[Orxonox-commit 4921] r9590 - code/branches/core6/src/libraries/core
landauf at orxonox.net
landauf at orxonox.net
Tue Mar 26 23:57:27 CET 2013
Author: landauf
Date: 2013-03-26 23:57:26 +0100 (Tue, 26 Mar 2013)
New Revision: 9590
Modified:
code/branches/core6/src/libraries/core/BaseObject.cc
Log:
keep msvc from crying like little sissy
Modified: code/branches/core6/src/libraries/core/BaseObject.cc
===================================================================
--- code/branches/core6/src/libraries/core/BaseObject.cc 2013-03-26 22:43:43 UTC (rev 9589)
+++ code/branches/core6/src/libraries/core/BaseObject.cc 2013-03-26 22:57:26 UTC (rev 9590)
@@ -45,6 +45,8 @@
#include "command/Functor.h"
#include "object/Iterator.h"
+#include "class/OrxonoxInterface.h" // we include this only to include OrxonoxInterface.h at least once in core to keep MSVC happy...
+
namespace orxonox
{
CreateFactory(BaseObject);
More information about the Orxonox-commit
mailing list