mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Create top level simdjson.h (#515)
- Allows everyone to #include the same way, singleheader or not.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#include "simdjson/jsonioutil.h"
|
||||
#include "simdjson/jsonparser.h"
|
||||
#include "simdjson.h"
|
||||
#include <iostream>
|
||||
|
||||
void compute_dump(simdjson::ParsedJson::Iterator &pjh) {
|
||||
|
||||
Reference in New Issue
Block a user