Move std::string str_validate to separate header

This is to fix compilation of squirrel on MacOS/clang, as squirrel
defines macros which clash with including <string>
This commit is contained in:
Jonathan G Rennison
2017-04-11 18:39:27 +01:00
parent 86d1a00ba6
commit cb9ffe1bd9
4 changed files with 25 additions and 8 deletions

View File

@@ -41,6 +41,7 @@
#include "../fileio_func.h"
#include "../gamelog.h"
#include "../string_func.h"
#include "../string_func_extra.h"
#include "../fios.h"
#include "../error.h"