mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
10 lines
290 B
C
10 lines
290 B
C
#ifdef SIMDJSON_CONDITIONAL_INCLUDE
|
|
#error generic/dependencies.h must be included before defining SIMDJSON_CONDITIONAL_INCLUDE!
|
|
#endif
|
|
|
|
#ifndef SIMDJSON_SRC_GENERIC_DEPENDENCIES_H
|
|
#define SIMDJSON_SRC_GENERIC_DEPENDENCIES_H
|
|
|
|
#include <base.h>
|
|
|
|
#endif // SIMDJSON_SRC_GENERIC_DEPENDENCIES_H
|