Browse Source

Explicit include, needed for an isolated build

Source commit: 1b23977b0dac995e86db454962d146e7310731d3
Martin Prikryl 9 years ago
parent
commit
ca3f4cf73f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/core/Interface.h

+ 1 - 0
source/core/Interface.h

@@ -4,6 +4,7 @@
 //---------------------------------------------------------------------------
 #include "Configuration.h"
 #include "SessionData.h"
+#include <typeinfo>
 #define HELP_NONE ""
 #define SCRIPT_SWITCH "script"
 #define COMMAND_SWITCH L"Command"