Skip to content

Commit

Permalink
Merge pull request #1 from yrke/cmath-fix
Browse files Browse the repository at this point in the history
Changed math.h to cmath for macos compatibility
  • Loading branch information
petergjoel authored Feb 10, 2020
2 parents 1886fe0 + cab5dcc commit eee4727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <memory>
#include <stddef.h>
#include <cstring>
#include <math.h>
#include <cmath>
#include <cassert>
#include <vector>
#include <ostream>
Expand Down

0 comments on commit eee4727

Please sign in to comment.