Skip to content

Commit

Permalink
Use cmath instead of math.h
Browse files Browse the repository at this point in the history
  • Loading branch information
greenscientist committed Nov 27, 2023
1 parent 2e1fd30 commit d21d157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/toolbox.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <string>
#include <vector>
#include <math.h>
#include <cmath>

#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_io.hpp>
Expand Down

0 comments on commit d21d157

Please sign in to comment.