[Orxonox-commit 2875] r7578 - code/branches/ois_update/src/libraries/network
youngk at orxonox.net
youngk at orxonox.net
Thu Oct 21 23:45:26 CEST 2010
Author: youngk
Date: 2010-10-21 23:45:26 +0200 (Thu, 21 Oct 2010)
New Revision: 7578
Modified:
code/branches/ois_update/src/libraries/network/LANDiscoverable.cc
Log:
Added missing inclusion of Debug.h in network target.
Modified: code/branches/ois_update/src/libraries/network/LANDiscoverable.cc
===================================================================
--- code/branches/ois_update/src/libraries/network/LANDiscoverable.cc 2010-10-21 21:32:28 UTC (rev 7577)
+++ code/branches/ois_update/src/libraries/network/LANDiscoverable.cc 2010-10-21 21:45:26 UTC (rev 7578)
@@ -28,13 +28,13 @@
#include "LANDiscoverable.h"
-#include "NetworkPrereqs.h"
-#include "packet/ServerInformation.h"
-
#include <enet/enet.h>
#include <cassert>
#include <cstring>
+#include "util/Debug.h"
+#include "packet/ServerInformation.h"
+
namespace orxonox
{
const char* LAN_DISCOVERY_MESSAGE = "Orxonox Client";
More information about the Orxonox-commit
mailing list