[Orxonox-commit 3609] r8294 - in code/branches/kicklib2/src: libraries/network/packet modules/pong
rgrieder at orxonox.net
rgrieder at orxonox.net
Fri Apr 22 03:39:14 CEST 2011
Author: rgrieder
Date: 2011-04-22 03:39:14 +0200 (Fri, 22 Apr 2011)
New Revision: 8294
Modified:
code/branches/kicklib2/src/libraries/network/packet/FunctionCalls.cc
code/branches/kicklib2/src/modules/pong/Pong.h
Log:
Added two missing includes not showing up when compiling with PCH.
Modified: code/branches/kicklib2/src/libraries/network/packet/FunctionCalls.cc
===================================================================
--- code/branches/kicklib2/src/libraries/network/packet/FunctionCalls.cc 2011-04-22 01:38:10 UTC (rev 8293)
+++ code/branches/kicklib2/src/libraries/network/packet/FunctionCalls.cc 2011-04-22 01:39:14 UTC (rev 8294)
@@ -32,6 +32,7 @@
#include "network/FunctionCall.h"
#include "network/FunctionCallManager.h"
#include "network/GamestateHandler.h"
+#include "network/Host.h"
namespace orxonox {
namespace packet {
Modified: code/branches/kicklib2/src/modules/pong/Pong.h
===================================================================
--- code/branches/kicklib2/src/modules/pong/Pong.h 2011-04-22 01:38:10 UTC (rev 8293)
+++ code/branches/kicklib2/src/modules/pong/Pong.h 2011-04-22 01:39:14 UTC (rev 8294)
@@ -40,6 +40,7 @@
#include "tools/Timer.h"
#include "gametypes/Deathmatch.h"
+#include "PongCenterPoint.h"
namespace orxonox
{
More information about the Orxonox-commit
mailing list