mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
15 lines
353 B
C++
15 lines
353 B
C++
#ifndef SIMDJSON_FALLBACK_DOM_PARSER_IMPLEMENTATION_H
|
|
#define SIMDJSON_FALLBACK_DOM_PARSER_IMPLEMENTATION_H
|
|
|
|
#include "simdjson.h"
|
|
#include "isadetection.h"
|
|
|
|
namespace simdjson {
|
|
namespace fallback {
|
|
|
|
#include "generic/dom_parser_implementation.h"
|
|
|
|
} // namespace fallback
|
|
} // namespace simdjson
|
|
|
|
#endif // SIMDJSON_FALLBACK_DOM_PARSER_IMPLEMENTATION_H
|