diff options
Diffstat (limited to 'tools/create_kyradat/extract.cpp')
-rw-r--r-- | tools/create_kyradat/extract.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/create_kyradat/extract.cpp b/tools/create_kyradat/extract.cpp index 3503aea47f..87254b03cf 100644 --- a/tools/create_kyradat/extract.cpp +++ b/tools/create_kyradat/extract.cpp @@ -23,6 +23,9 @@ * */ +// Disable symbol overrides so that we can use system headers. +#define FORBIDDEN_SYMBOL_ALLOW_ALL + #include "extract.h" #include <algorithm> |