소스 검색

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
 {