Skip to content

Commit b28795f

Browse files
committed
avoid redefine PP warnings in glaze-traits
1 parent 0a503e7 commit b28795f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • include/jwt-cpp/traits/glaze-json

include/jwt-cpp/traits/glaze-json/traits.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#ifndef JWT_CPP_GLAZE_JSON_TRAITS_H
22
#define JWT_CPP_GLAZE_JSON_TRAITS_H
33

4+
#ifndef JWT_DISABLE_PICOJSON
45
#define JWT_DISABLE_PICOJSON
6+
#endif
57
#include "jwt-cpp/jwt.h"
68

79
#include <glaze/json.hpp>

0 commit comments

Comments
 (0)