ソースを参照

Fix missing includes.

Godzil 4 年 前
コミット
3cfbb604b0
1 ファイル変更1 行追加0 行削除
  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>