Browse Source

Bugfix: NULL not declared

Former-commit-id: 99c7d00b99e55827643152823e334b011a0ef488
jmespadero 8 năm trước cách đây
mục cha
commit
f6dd78f80f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
 {