mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
7 lines
116 B
C
7 lines
116 B
C
#ifndef SIMDJSON_PARSEDJSONITERATOR_H
|
|
#define SIMDJSON_PARSEDJSONITERATOR_H
|
|
|
|
#include "document_iterator.h"
|
|
|
|
#endif
|