Browse Source

Add vector include in compiler header for CodeStream

James Urquhart 11 years ago
parent
commit
057f91d373
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Engine/source/console/compiler.h

+ 3 - 0
Engine/source/console/compiler.h

@@ -37,6 +37,9 @@ class DataChunker;
 #include "console/ast.h"
 #include "console/codeBlock.h"
 
+#ifndef _TVECTOR_H_
+#include "core/util/tVector.h"
+#endif
 
 namespace Compiler
 {