Fixing Build errors

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Abhishek Malik
2016-09-10 13:29:34 -07:00
committed by Noel Eck
parent e211f82f6c
commit af417d3ae1
5 changed files with 8 additions and 5 deletions

View File

@ -31,6 +31,7 @@
#include "temperature.hpp"
#include "math.h"
using namespace std;
using namespace upm;
Temperature::Temperature(unsigned int pin, float scale, int r0, int b)