diff options
author | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2019-10-08 10:17:11 +0200 |
---|---|---|
committer | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2019-10-08 11:03:57 +0200 |
commit | c2aa3e2351c3a7eec912ce8f06fe8e9f72f6605c (patch) | |
tree | d21e4beb18c725171df2ed0ab850c126de8d2a9a /core/math | |
parent | 98497ff71928daff6afb393b26e230e28bf18e3e (diff) |
Remove circular include between core/typedefs.h and core/error_macros.h
Diffstat (limited to 'core/math')
-rw-r--r-- | core/math/math_funcs.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/math/math_funcs.cpp b/core/math/math_funcs.cpp index f04e40cb6c..50fcdb2c13 100644 --- a/core/math/math_funcs.cpp +++ b/core/math/math_funcs.cpp @@ -30,6 +30,8 @@ #include "math_funcs.h" +#include "core/error_macros.h" + RandomPCG Math::default_rand(RandomPCG::DEFAULT_SEED, RandomPCG::DEFAULT_INC); #define PHI 0x9e3779b9 |