1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 07:23:54 +00:00

Include string header for gcc.

This commit is contained in:
cc9cii 2014-11-05 07:20:20 +11:00
parent 7d133d508d
commit 03abd69b4f

View file

@ -1,6 +1,7 @@
#ifndef CSV_WORLD_PHYSICSENGINE_H
#define CSV_WORLD_PHYSICSENGINE_H
#include <string>
#include <map>
#include <BulletDynamics/Dynamics/btRigidBody.h>