mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Use SIMDJSON_AMALGAMATED (which works in-editor and out) instead of editor-specific tweaks
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
#ifndef SIMDJSON_SRC_FALLBACK_CPP
|
||||
#define SIMDJSON_SRC_FALLBACK_CPP
|
||||
|
||||
#ifdef SIMDJSON_IN_EDITOR_IMPL
|
||||
#ifndef SIMDJSON_AMALGAMATED
|
||||
#include "generic/dependencies.h"
|
||||
#endif // SIMDJSON_IN_EDITOR_IMPL
|
||||
#endif // SIMDJSON_AMALGAMATED
|
||||
|
||||
#include "simdjson/fallback/implementation.h"
|
||||
#include "simdjson/fallback/amalgamated.h"
|
||||
|
||||
Reference in New Issue
Block a user