mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
* BugFix: Fix a missing <vector> include for GCC.
* BugFix: Correct some globally used local variables in the editor code.
This commit is contained in:
parent
07877f246a
commit
5cce344bb1
2 changed files with 6 additions and 3 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#ifndef _CODEBLOCK_H_
|
||||
#define _CODEBLOCK_H_
|
||||
|
||||
#include <vector>
|
||||
#include <unordered_map>
|
||||
|
||||
struct CompilerLocalVariableToRegisterMappingTable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue