Преглед изворни кода

Fixes compile error with DebugMem on Linux

Marcin Jakubowski пре 13 година
родитељ
комит
1582404ea1
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      gameplay/src/Ref.cpp

+ 2 - 0
gameplay/src/Ref.cpp

@@ -1,3 +1,5 @@
+#include <typeinfo>
+
 #include "Base.h"
 #include "Ref.h"
 #include "Game.h"