[Orxonox-commit 1091] r5812 - in code/branches/core5/src/orxonox: weaponsystem worldentities

rgrieder at orxonox.net rgrieder at orxonox.net
Sun Sep 27 15:35:43 CEST 2009


Author: rgrieder
Date: 2009-09-27 15:35:43 +0200 (Sun, 27 Sep 2009)
New Revision: 5812

Modified:
   code/branches/core5/src/orxonox/weaponsystem/WeaponMode.h
   code/branches/core5/src/orxonox/worldentities/SpawnPoint.h
Log:
Added missing includes.

Modified: code/branches/core5/src/orxonox/weaponsystem/WeaponMode.h
===================================================================
--- code/branches/core5/src/orxonox/weaponsystem/WeaponMode.h	2009-09-27 13:33:15 UTC (rev 5811)
+++ code/branches/core5/src/orxonox/weaponsystem/WeaponMode.h	2009-09-27 13:35:43 UTC (rev 5812)
@@ -35,7 +35,7 @@
 #include <string>
 #include "util/Math.h"
 #include "core/BaseObject.h"
-#include "core/Identifier.h"
+#include "core/SubClassIdentifier.h"
 #include "tools/Timer.h"
 
 namespace orxonox

Modified: code/branches/core5/src/orxonox/worldentities/SpawnPoint.h
===================================================================
--- code/branches/core5/src/orxonox/worldentities/SpawnPoint.h	2009-09-27 13:33:15 UTC (rev 5811)
+++ code/branches/core5/src/orxonox/worldentities/SpawnPoint.h	2009-09-27 13:35:43 UTC (rev 5812)
@@ -32,7 +32,7 @@
 #include "OrxonoxPrereqs.h"
 
 #include <string>
-#include "core/Identifier.h"
+#include "core/SubClassIdentifier.h"
 #include "worldentities/StaticEntity.h"
 
 namespace orxonox




More information about the Orxonox-commit mailing list