Skip to content

Commit 9f2ba0b

Browse files
committed
Merge pull request #12 from mapnull/fix-min-func
fix min function compilation error
2 parents b169cd7 + 0fc6e34 commit 9f2ba0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MySensor.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
#include "MySensor.h"
1414

15+
using namespace std;
16+
1517
#ifdef __Raspberry_Pi
1618
#include <PiEEPROM.h>
1719
#include "RF24.h"

0 commit comments

Comments
 (0)