1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 04:15:31 +00:00

Fix missing include

This commit is contained in:
scrawl 2014-05-23 16:07:02 +02:00
parent a2f156be8e
commit a7d525245c

View file

@ -1,6 +1,7 @@
#include "projectilemanager.hpp"
#include <OgreSceneManager.h>
#include <OgreSceneNode.h>
#include <libs/openengine/bullet/physic.hpp>