diff --git a/src/tests/thirdparty/t_yyjson_smoke.cpp b/src/tests/thirdparty/t_yyjson_smoke.cpp index 8e7ea936d..cdb000f26 100644 --- a/src/tests/thirdparty/t_yyjson_smoke.cpp +++ b/src/tests/thirdparty/t_yyjson_smoke.cpp @@ -8,8 +8,8 @@ /// //----------------------------------------------------------------------------- -#include "conduit_yyjson.h" #include "gtest/gtest.h" +#include "conduit_yyjson.h" using namespace conduit_yyjson; diff --git a/src/thirdparty_builtin/yyjson/conduit_yyjson.h b/src/thirdparty_builtin/yyjson/conduit_yyjson.h index af47da67b..1e4f9d66a 100644 --- a/src/thirdparty_builtin/yyjson/conduit_yyjson.h +++ b/src/thirdparty_builtin/yyjson/conduit_yyjson.h @@ -372,12 +372,6 @@ # define yyjson_api_inline static yyjson_inline #endif -/*============================================================================== - * BEGIN CONDUIT ADDED C++ NAMESPACE ::conduit_yyjson - *============================================================================*/ -namespace conduit_yyjson -{ -/*============================================================================*/ /** stdint (C89 compatible) */ #if (defined(YYJSON_HAS_STDINT_H) && YYJSON_HAS_STDINT_H) || \ @@ -548,6 +542,13 @@ namespace conduit_yyjson /** The version string of yyjson. */ #define YYJSON_VERSION_STRING "0.10.0" +/*============================================================================== + * BEGIN CONDUIT ADDED C++ NAMESPACE ::conduit_yyjson + *============================================================================*/ +namespace conduit_yyjson +{ +/*============================================================================*/ + /** The version of yyjson in hex, same as `YYJSON_VERSION_HEX`. */ yyjson_api uint32_t yyjson_version(void);