[Orxonox-commit 6034] r10693 - code/trunk/src/libraries/core
landauf at orxonox.net
landauf at orxonox.net
Sun Oct 25 22:48:19 CET 2015
Author: landauf
Date: 2015-10-25 22:48:18 +0100 (Sun, 25 Oct 2015)
New Revision: 10693
Modified:
code/trunk/src/libraries/core/ClassTreeMask.h
Log:
fixed undefined reference with msvc14 (only occurred in buildmode RelForDevs)
Modified: code/trunk/src/libraries/core/ClassTreeMask.h
===================================================================
--- code/trunk/src/libraries/core/ClassTreeMask.h 2015-10-25 18:09:11 UTC (rev 10692)
+++ code/trunk/src/libraries/core/ClassTreeMask.h 2015-10-25 21:48:18 UTC (rev 10693)
@@ -73,6 +73,7 @@
#include <stack>
#include "BaseObject.h"
#include "object/Iterator.h"
+#include "class/Identifier.h"
namespace orxonox
{
More information about the Orxonox-commit
mailing list