Skip to content

Commit ebb0eb0

Browse files
committed
#include <cmath> for std::floor
1 parent 43ac79f commit ebb0eb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lslutils/misc.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include <boost/filesystem.hpp>
55
#include <fstream>
6+
#include <cmath>
67

78
namespace LSL {
89
namespace Util {

0 commit comments

Comments
 (0)