blob: cf45065916bceefebbcd5234b99609f5f4b011f9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/base_wcl.cpp
+++ b/src/base_wcl.cpp
@@ -22,6 +22,7 @@
#include "base_app.h"
#include <stdlib.h> // the definition for NULL...
+#include <cstring>
#include <GL/gl.h>
#include <GL/glu.h>
|