diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-25 21:13:11 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-25 21:13:11 -0800 |
commit | a0e7ec171d68a17f8bcaeb5d8f4af881c3510280 (patch) | |
tree | 8481c89da8d6c57ff7256b40af26e205bcce0493 /Source/pch.h | |
parent | ac83733b590f3c0750bea1de3556ceb24fa0a4b1 (diff) | |
download | witness-tutorializer-a0e7ec171d68a17f8bcaeb5d8f4af881c3510280.tar.gz witness-tutorializer-a0e7ec171d68a17f8bcaeb5d8f4af881c3510280.tar.bz2 witness-tutorializer-a0e7ec171d68a17f8bcaeb5d8f4af881c3510280.zip |
RM duplicate includes
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" |