diff --git a/vendor/SAJSON/sajson.cpp b/vendor/SAJSON/sajson.cpp index 46bfad83..63a9c237 100644 --- a/vendor/SAJSON/sajson.cpp +++ b/vendor/SAJSON/sajson.cpp @@ -1 +1,7 @@ -#include \ No newline at end of file +#include + +namespace sajson { +namespace internal { +template <> const uint8_t globals_struct::parse_flags[256]; +} +}