blob: ce5a2f01111a6e8de57941d1709a2dd710e6509d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#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
|