Browse Source

Fix missing includes.

Godzil 4 years ago
parent
commit
3cfbb604b0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/math_helper.cpp

+ 1 - 0
source/math_helper.cpp

@@ -7,6 +7,7 @@
  *
  */
 
+#include <stdlib.h>
 #include <math.h>
 #include <float.h>
 #include <math_helper.h>