Revision | ba29e91ea44616bd04ee212693f0cc50f7c3e05f (tree) |
---|---|
Time | 2014-03-16 01:18:37 |
Author | Jannik Heller <scrawl@base...> |
Commiter | Jannik Heller |
Fix include issue in OgreConvexBody.h
AxisAlignedBox and OGRE_STATIC_MUTEX were undefined.
@@ -32,7 +32,8 @@ | ||
32 | 32 | #include "OgrePrerequisites.h" |
33 | 33 | #include "OgrePolygon.h" |
34 | 34 | #include "OgreHeaderPrefix.h" |
35 | - | |
35 | +#include "Threading/OgreThreadHeaders.h" | |
36 | +#include "OgreAxisAlignedBox.h" | |
36 | 37 | |
37 | 38 | namespace Ogre |
38 | 39 | { |