fix: use the non-deprecated NATS header

Replace the deprecated <nats.h> include with <nats/nats.h> in the streamer request/reply service implementation to avoid the cnats deprecation warning during builds.
This commit is contained in:
2026-04-12 20:25:52 +08:00
parent 213adee887
commit 3e5b720e0e
+1 -1
View File
@@ -2,7 +2,7 @@
#include "cvmmap_streamer/protocol/streamer_subjects.hpp" #include "cvmmap_streamer/protocol/streamer_subjects.hpp"
#include <nats.h> #include <nats/nats.h>
#include <spdlog/spdlog.h> #include <spdlog/spdlog.h>
#include <string_view> #include <string_view>