From c7c7cd6822cec2c0c694f7e9b2bddf355c18efff Mon Sep 17 00:00:00 2001 From: zhaohe Date: Tue, 12 Sep 2023 18:54:28 +0800 Subject: [PATCH] update --- src/iflytop/core/core.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/iflytop/core/core.hpp b/src/iflytop/core/core.hpp index adfd4ed..86628c9 100644 --- a/src/iflytop/core/core.hpp +++ b/src/iflytop/core/core.hpp @@ -34,4 +34,8 @@ #include "iflytop/core/utils/base64.hpp" #include "iflytop/core/utils/uuid/uuid.hpp" -#define ZARRAYSIZE(a) (sizeof(a) / sizeof(a[0])) \ No newline at end of file +#define ZARRAYSIZE(a) (sizeof(a) / sizeof(a[0])) + +namespace iflytop { +typedef nlohmann::json zjson; +} \ No newline at end of file