瀏覽代碼

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>