mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
9 lines
238 B
C
9 lines
238 B
C
#ifndef SIMDJSON_FALLBACK_ONDEMAND_H
|
|
#define SIMDJSON_FALLBACK_ONDEMAND_H
|
|
|
|
#include "simdjson/fallback/begin.h"
|
|
#include "simdjson/generic/ondemand/amalgamated.h"
|
|
#include "simdjson/fallback/end.h"
|
|
|
|
#endif // SIMDJSON_FALLBACK_ONDEMAND_H
|