[Orxonox-commit 1436] r6154 - code/branches/presentation2/src/modules/weapons/weaponmodes

dafrick at orxonox.net dafrick at orxonox.net
Wed Nov 25 19:51:43 CET 2009


Author: dafrick
Date: 2009-11-25 19:51:42 +0100 (Wed, 25 Nov 2009)
New Revision: 6154

Modified:
   code/branches/presentation2/src/modules/weapons/weaponmodes/LightningGun.cc
Log:
Didn't compile because Pawn.h wasn't included in LightningGun.cc, compiles now.

Modified: code/branches/presentation2/src/modules/weapons/weaponmodes/LightningGun.cc
===================================================================
--- code/branches/presentation2/src/modules/weapons/weaponmodes/LightningGun.cc	2009-11-25 17:04:10 UTC (rev 6153)
+++ code/branches/presentation2/src/modules/weapons/weaponmodes/LightningGun.cc	2009-11-25 18:51:42 UTC (rev 6154)
@@ -33,6 +33,7 @@
 #include "weaponsystem/Weapon.h"
 #include "weaponsystem/WeaponPack.h"
 #include "weaponsystem/WeaponSystem.h"
+#include "worldentities/pawns/Pawn.h"
 
 namespace orxonox
 {




More information about the Orxonox-commit mailing list