|
@ -34,4 +34,8 @@ |
|
|
#include "iflytop/core/utils/base64.hpp"
|
|
|
#include "iflytop/core/utils/base64.hpp"
|
|
|
#include "iflytop/core/utils/uuid/uuid.hpp"
|
|
|
#include "iflytop/core/utils/uuid/uuid.hpp"
|
|
|
|
|
|
|
|
|
#define ZARRAYSIZE(a) (sizeof(a) / sizeof(a[0]))
|
|
|
|
|
|
|
|
|
#define ZARRAYSIZE(a) (sizeof(a) / sizeof(a[0]))
|
|
|
|
|
|
|
|
|
|
|
|
namespace iflytop { |
|
|
|
|
|
typedef nlohmann::json zjson; |
|
|
|
|
|
} |