From 03abd69b4fed09706c70e34e53c0095f2dc8cb35 Mon Sep 17 00:00:00 2001 From: cc9cii Date: Wed, 5 Nov 2014 07:20:20 +1100 Subject: [PATCH] Include string header for gcc. --- apps/opencs/view/world/physicsengine.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/opencs/view/world/physicsengine.hpp b/apps/opencs/view/world/physicsengine.hpp index d960abdff7..58dbf65252 100644 --- a/apps/opencs/view/world/physicsengine.hpp +++ b/apps/opencs/view/world/physicsengine.hpp @@ -1,6 +1,7 @@ #ifndef CSV_WORLD_PHYSICSENGINE_H #define CSV_WORLD_PHYSICSENGINE_H +#include #include #include