Skip to content

Commit eee4727

Browse files
authored
Merge pull request #1 from yrke/cmath-fix
Changed math.h to cmath for macos compatibility
2 parents 1886fe0 + cab5dcc commit eee4727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <memory>
3030
#include <stddef.h>
3131
#include <cstring>
32-
#include <math.h>
32+
#include <cmath>
3333
#include <cassert>
3434
#include <vector>
3535
#include <ostream>

0 commit comments

Comments
 (0)