blob: 7de392d9e5b5a92ef5a8c099f3d9f77ab6215497 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/dep/g3dlite/source/System.cpp b/dep/g3dlite/source/System.cpp
index b2f8cb886d..b841e23c49 100644
--- a/dep/g3dlite/source/System.cpp
+++ b/dep/g3dlite/source/System.cpp
@@ -45,6 +45,7 @@
# include <sys/timeb.h>
# include "G3D/RegistryUtil.h"
#include <Ole2.h>
+#include <intrin.h>
#elif defined(G3D_LINUX)
|