diff options
Diffstat (limited to 'src/Globals.h')
-rw-r--r-- | src/Globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Globals.h b/src/Globals.h index f0e370d2c..28cd6d163 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -143,6 +143,7 @@ typedef unsigned short UInt16; typedef unsigned char UInt8; typedef unsigned char Byte; +typedef Byte ColourID; // If you get an error about specialization check the size of integral types @@ -245,6 +246,7 @@ template class SizeChecker<UInt8, 1>; // STL stuff: +#include <array> #include <chrono> #include <vector> #include <list> |