simdjson 4.4.0
Ridiculously Fast JSON
Loading...
Searching...
No Matches
dependencies.h
1#ifdef SIMDJSON_CONDITIONAL_INCLUDE
2#error simdjson/generic/builder/dependencies.h must be included before defining SIMDJSON_CONDITIONAL_INCLUDE!
3#endif
4
5#ifndef SIMDJSON_GENERIC_BUILDER_DEPENDENCIES_H
6#define SIMDJSON_GENERIC_BUILDER_DEPENDENCIES_H
7
8// Internal headers needed for builder generics.
9// All includes not under simdjson/generic/builder must be here!
10// Otherwise, amalgamation will fail.
11#include "simdjson/concepts.h"
12#include "simdjson/dom/fractured_json.h"
13
14#endif // SIMDJSON_GENERIC_BUILDER_DEPENDENCIES_H