Browse Source

we need this import for android to build.

Casey Doran 8 years ago
parent
commit
69d59db74b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      engine/source/sim/simObject.h

+ 1 - 0
engine/source/sim/simObject.h

@@ -39,6 +39,7 @@
 
 using namespace std;
 #include <vector>
+#include <string>
 typedef U32 SimObjectId;
 class SimGroup;