Skip to content

Commit d21d157

Browse files
Use cmath instead of math.h
1 parent 2e1fd30 commit d21d157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/toolbox.hpp

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

44
#include <string>
55
#include <vector>
6-
#include <math.h>
6+
#include <cmath>
77

88
#include <boost/uuid/uuid.hpp>
99
#include <boost/uuid/uuid_io.hpp>

0 commit comments

Comments
 (0)