Skip to content

Commit

Permalink
found include tangle
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Jan 10, 2025
1 parent dd7eb8c commit 1405322
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/tests/thirdparty/t_yyjson_smoke.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
///
//-----------------------------------------------------------------------------

#include "conduit_yyjson.h"
#include "gtest/gtest.h"
#include "conduit_yyjson.h"

using namespace conduit_yyjson;

Expand Down
13 changes: 7 additions & 6 deletions src/thirdparty_builtin/yyjson/conduit_yyjson.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) || \
Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit 1405322

Please sign in to comment.