mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
15 lines
300 B
C
15 lines
300 B
C
#ifndef SIMDJSON_DOM_H
|
|
#define SIMDJSON_DOM_H
|
|
|
|
#include "simdjson/generic/dependencies.h"
|
|
#include "simdjson/generic/ondemand/dependencies.h"
|
|
|
|
#define SIMDJSON_AMALGAMATED
|
|
|
|
#include "simdjson/amalgamated.h"
|
|
#include "simdjson/dom/amalgamated.h"
|
|
|
|
#undef SIMDJSON_AMALGAMATED
|
|
|
|
#endif // SIMDJSON_DOM_H
|