ソースを参照

Bugfix: NULL not declared

Former-commit-id: 99c7d00b99e55827643152823e334b011a0ef488
jmespadero 8 年 前
コミット
f6dd78f80f
1 ファイル変更1 行追加0 行削除
  1. 1 0
      include/igl/Timer.h

+ 1 - 0
include/igl/Timer.h

@@ -21,6 +21,7 @@
 #else
 #include <sys/time.h>
 #endif
+#include <cstddef>
 
 namespace igl
 {