Add vector include in compiler header for CodeStream

This commit is contained in:
James Urquhart 2014-09-08 11:27:01 +01:00
parent 06b463399b
commit 057f91d373

View file

@ -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
{