[Orxonox-commit 5617] r10277 - code/trunk/src/libraries/tools

landauf at orxonox.net landauf at orxonox.net
Wed Feb 18 21:32:49 CET 2015


Author: landauf
Date: 2015-02-18 21:32:48 +0100 (Wed, 18 Feb 2015)
New Revision: 10277

Modified:
   code/trunk/src/libraries/tools/BulletDebugDrawer.cc
   code/trunk/src/libraries/tools/BulletDebugDrawer.h
Log:
potential fix of compile problem on tardis

Modified: code/trunk/src/libraries/tools/BulletDebugDrawer.cc
===================================================================
--- code/trunk/src/libraries/tools/BulletDebugDrawer.cc	2015-02-18 09:48:08 UTC (rev 10276)
+++ code/trunk/src/libraries/tools/BulletDebugDrawer.cc	2015-02-18 20:32:48 UTC (rev 10277)
@@ -11,6 +11,7 @@
 #include <OgreRoot.h>
 #include <OgreManualObject.h>
 #include <OgreSceneManager.h>
+#include <OgreTimer.h>
 
 #include "util/Output.h"
 #include "DebugDrawer.h"

Modified: code/trunk/src/libraries/tools/BulletDebugDrawer.h
===================================================================
--- code/trunk/src/libraries/tools/BulletDebugDrawer.h	2015-02-18 09:48:08 UTC (rev 10276)
+++ code/trunk/src/libraries/tools/BulletDebugDrawer.h	2015-02-18 20:32:48 UTC (rev 10277)
@@ -11,6 +11,7 @@
 #include "tools/ToolsPrereqs.h"
 
 #include <btBulletCollisionCommon.h>
+#include <OgreFrameListener.h>
 
 namespace orxonox
 {




More information about the Orxonox-commit mailing list