blob: 6a6e286f873cc0d9c04ba715cc55ea6f0e3ec242 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/Implicit/impSurface.h
+++ b/src/Implicit/impSurface.h
@@ -25,6 +25,7 @@
#ifdef WIN32
#include <windows.h>
#endif
+#include <cstddef>
#include <vector>
#include <GL/gl.h>
|