[Orxonox-commit 1412] r6130 - code/branches/presentation2/src/libraries/network/synchronisable

landauf at orxonox.net landauf at orxonox.net
Mon Nov 23 22:20:02 CET 2009


Author: landauf
Date: 2009-11-23 22:20:01 +0100 (Mon, 23 Nov 2009)
New Revision: 6130

Modified:
   code/branches/presentation2/src/libraries/network/synchronisable/SynchronisableVariable.h
Log:
fixed build

Modified: code/branches/presentation2/src/libraries/network/synchronisable/SynchronisableVariable.h
===================================================================
--- code/branches/presentation2/src/libraries/network/synchronisable/SynchronisableVariable.h	2009-11-23 20:49:40 UTC (rev 6129)
+++ code/branches/presentation2/src/libraries/network/synchronisable/SynchronisableVariable.h	2009-11-23 21:20:01 UTC (rev 6130)
@@ -34,7 +34,7 @@
 
 #include <cassert>
 #include <cstring>
-#include "Serialise.h"
+#include "util/Serialise.h"
 #include "util/TypeTraits.h"
 #include "core/GameMode.h"
 #include "network/synchronisable/NetworkCallbackManager.h"




More information about the Orxonox-commit mailing list