diff options
Diffstat (limited to 'wirish/wirish_math.cpp')
-rw-r--r-- | wirish/wirish_math.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wirish/wirish_math.cpp b/wirish/wirish_math.cpp index 5aa6510..1443b3c 100644 --- a/wirish/wirish_math.cpp +++ b/wirish/wirish_math.cpp @@ -22,7 +22,7 @@ */ #include <stdlib.h> -#include "math.h" +#include <wirish/wirish_math.h> void randomSeed(unsigned int seed) { if (seed != 0) { |