Files
simdjson-simdjson/include/simdjson/generic/dependencies.h
T
2023-07-14 20:05:05 -07:00

12 lines
470 B
C

#ifndef SIMDJSON_GENERIC_DEPENDENCIES_H
#define SIMDJSON_GENERIC_DEPENDENCIES_H
// Internal headers needed for generics.
// All includes referencing simdjson headers *not* under simdjson/generic must be here!
// Otherwise, amalgamation will fail.
#include "simdjson/dom/document.h"
#include "simdjson/internal/jsoncharutils_tables.h"
#include "simdjson/internal/numberparsing_tables.h"
#include "simdjson/padded_string_view.h"
#endif // SIMDJSON_GENERIC_DEPENDENCIES_H