mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 12:30:31 +00:00
Add vector include in compiler header for CodeStream
This commit is contained in:
parent
06b463399b
commit
057f91d373
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue