Skip to content

Commit a97663c

Browse files
authored
Merge pull request #49 from spectraphilic/math
Include math.h
2 parents 10a8157 + bbe6679 commit a97663c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SparkFunBME280.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Distributed as-is; no warranty is given.
2020
******************************************************************************/
2121
//See SparkFunBME280.h for additional topology notes.
2222

23+
#include <math.h>
2324
#include "SparkFunBME280.h"
2425

2526
//****************************************************************************//

0 commit comments

Comments
 (0)