소스 검색

Add vector include in compiler header for CodeStream

James Urquhart 11 년 전
부모
커밋
057f91d373
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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
 {