mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
54f3697248
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
188 B
Diff
10 lines
188 B
Diff
--- 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>
|
|
|