mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
12 lines
241 B
C++
12 lines
241 B
C++
#include "simdjson.h"
|
|
|
|
#if defined(SIMDJSON_CLANG_VISUAL_STUDIO)
|
|
SIMDJSON_DISABLE_GCC_WARNING(-Wmicrosoft-include)
|
|
#endif
|
|
|
|
|
|
#include "error.cpp"
|
|
#include "implementation.cpp"
|
|
#include "stage1_find_marks.cpp"
|
|
#include "stage2_build_tape.cpp"
|