Update INSTALL to tell users to do CMAKE_BUILD_TYPE=DEBUG rather that DEBUG=ON
[supertux.git] / src / scripting / camera.hpp
index 558c207..9d65cf3 100644 (file)
@@ -23,6 +23,7 @@
 #ifndef SCRIPTING_API
 class Camera;
 typedef Camera _Camera;
+#include <string>
 #endif
 
 namespace Scripting