Skip to content

Commit e7b455b

Browse files
Fix HAS_NLOGHMANN_JSON to ZM_HAS_NLOGHMANN_JSON.
1 parent 4908c03 commit e7b455b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/zm_packet.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <mutex>
3030
#include <vector>
3131

32-
#if HAS_NLOHMANN_JSON
32+
#if ZM_HAS_NLOHMANN_JSON
3333
#include <nlohmann/json.hpp>
3434
#endif
3535

@@ -69,7 +69,7 @@ class ZMPacket {
6969
bool analyzed;
7070
std::vector<ZoneStats> zone_stats;
7171
std::string alarm_cause;
72-
#if HAS_NLOHMANN_JSON
72+
#if ZM_HAS_NLOHMANN_JSON
7373
nlohmann::json detections;
7474
#endif
7575

0 commit comments

Comments
 (0)