simdjson  3.11.0
Ridiculously Fast JSON
dependencies.h
1 #ifdef SIMDJSON_CONDITIONAL_INCLUDE
2 #error simdjson/generic/ondemand/dependencies.h must be included before defining SIMDJSON_CONDITIONAL_INCLUDE!
3 #endif
4 
5 #ifndef SIMDJSON_GENERIC_ONDEMAND_DEPENDENCIES_H
6 #define SIMDJSON_GENERIC_ONDEMAND_DEPENDENCIES_H
7 
8 // Internal headers needed for ondemand generics.
9 // All includes not under simdjson/generic/ondemand must be here!
10 // Otherwise, amalgamation will fail.
11 #include "simdjson/dom/base.h" // for MINIMAL_DOCUMENT_CAPACITY
12 #include "simdjson/implementation.h"
13 #include "simdjson/padded_string.h"
14 #include "simdjson/padded_string_view.h"
15 #include "simdjson/internal/dom_parser_implementation.h"
16 #include "simdjson/jsonpathutil.h"
17 
18 #endif // SIMDJSON_GENERIC_ONDEMAND_DEPENDENCIES_H