#ifndef SIMDJSON_SRC_GENERIC_BASE_H #ifndef SIMDJSON_CONDITIONAL_INCLUDE #define SIMDJSON_SRC_GENERIC_BASE_H #include #include #endif // SIMDJSON_CONDITIONAL_INCLUDE namespace simdjson { namespace SIMDJSON_IMPLEMENTATION { namespace { struct json_character_block; } // unnamed namespace } // namespace SIMDJSON_IMPLEMENTATION } // namespace simdjson #endif // SIMDJSON_SRC_GENERIC_BASE_H