blob: 6f5bad7293ea369d22f3347fbdfbec2146784991 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/cal3d/platform.h
+++ b/src/cal3d/platform.h
@@ -77,6 +77,7 @@
// standard includes
#include <stdlib.h>
#include <math.h>
+#include <string.h>
// debug includes
#include <assert.h>
|