1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Update sajson.cpp

This commit is contained in:
Sandu Liviu Catalin 2021-07-16 21:25:19 +03:00
parent d79f292729
commit 197a6cd622

View File

@ -1 +1,7 @@
#include <sajson.h>
namespace sajson {
namespace internal {
template <> const uint8_t globals_struct<void>::parse_flags[256];
}
}