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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user