[Orxonox-commit 2307] r7022 - code/branches/presentation3/src/modules/designtools
scheusso at orxonox.net
scheusso at orxonox.net
Sun May 30 16:09:45 CEST 2010
Author: scheusso
Date: 2010-05-30 16:09:45 +0200 (Sun, 30 May 2010)
New Revision: 7022
Modified:
code/branches/presentation3/src/modules/designtools/CreateStars.cc
code/branches/presentation3/src/modules/designtools/ScreenshotManager.h
Log:
fixed some includes
Modified: code/branches/presentation3/src/modules/designtools/CreateStars.cc
===================================================================
--- code/branches/presentation3/src/modules/designtools/CreateStars.cc 2010-05-30 13:57:05 UTC (rev 7021)
+++ code/branches/presentation3/src/modules/designtools/CreateStars.cc 2010-05-30 14:09:45 UTC (rev 7022)
@@ -40,7 +40,7 @@
#include "graphics/Billboard.h"
#include <OgreVector3.h>
-#include <math.h>
+#include "util/Math.h"
namespace orxonox
{
Modified: code/branches/presentation3/src/modules/designtools/ScreenshotManager.h
===================================================================
--- code/branches/presentation3/src/modules/designtools/ScreenshotManager.h 2010-05-30 13:57:05 UTC (rev 7021)
+++ code/branches/presentation3/src/modules/designtools/ScreenshotManager.h 2010-05-30 14:09:45 UTC (rev 7022)
@@ -7,7 +7,7 @@
#include <OgrePrerequisites.h>
#include <OgreTexture.h>
#include <OgreHardwarePixelBuffer.h>
-#include <stdint.h>
+#include "OrxonoxConfig.h"
#include <cstring>
#include <cstdlib>
More information about the Orxonox-commit
mailing list