diff options
| author | Rémi Verschelde | 2017-04-28 18:29:15 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-04-28 21:19:23 +0200 |
| commit | 2398eb6ed4832fd7b8eec778981cbd974b89634f (patch) | |
| tree | e68c8db6c58fa993a0196f4f663a0064c4b17390 /core/math/math_funcs.h | |
| parent | 0a613ff9707634fcb93a009813bbbad040a4d6d8 (diff) | |
| download | godot-2398eb6ed4832fd7b8eec778981cbd974b89634f.tar.gz godot-2398eb6ed4832fd7b8eec778981cbd974b89634f.tar.zst godot-2398eb6ed4832fd7b8eec778981cbd974b89634f.zip | |
Diffstat (limited to 'core/math/math_funcs.h')
| -rw-r--r-- | core/math/math_funcs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/math/math_funcs.h b/core/math/math_funcs.h index 5bfbc1005..06ec77daa 100644 --- a/core/math/math_funcs.h +++ b/core/math/math_funcs.h @@ -31,9 +31,10 @@ #define MATH_FUNCS_H #include "math_defs.h" -#include "pcg.h" #include "typedefs.h" +#include "thirdparty/misc/pcg.h" + #include <float.h> #include <math.h> |
