diff options
Diffstat (limited to 'Source/pch.h')
-rw-r--r-- | Source/pch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/pch.h b/Source/pch.h index d431d61..9e39f33 100644 --- a/Source/pch.h +++ b/Source/pch.h | |||
@@ -20,6 +20,7 @@ | |||
20 | #include <vector> | 20 | #include <vector> |
21 | 21 | ||
22 | #pragma warning (disable: 26451) // Potential arithmetic overflow | 22 | #pragma warning (disable: 26451) // Potential arithmetic overflow |
23 | #pragma warning (disable: 26812) // Unscoped enum type | ||
23 | 24 | ||
24 | #include "MemoryException.h" | 25 | #include "MemoryException.h" |
25 | #include "Memory.h" | 26 | #include "Memory.h" |