simdjson 4.1.0
Ridiculously Fast JSON
Loading...
Searching...
No Matches
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/concepts.h"
12#include "simdjson/dom/base.h" // for MINIMAL_DOCUMENT_CAPACITY
13#include "simdjson/implementation.h"
14#include "simdjson/padded_string.h"
15#include "simdjson/padded_string_view.h"
16#include "simdjson/internal/dom_parser_implementation.h"
17#include "simdjson/jsonpathutil.h"
18
19#endif // SIMDJSON_GENERIC_ONDEMAND_DEPENDENCIES_H