From 3e5b720e0e08e627d564f42aa1d39e350eae56dc Mon Sep 17 00:00:00 2001 From: crosstyan Date: Sun, 12 Apr 2026 20:25:52 +0800 Subject: [PATCH] fix: use the non-deprecated NATS header Replace the deprecated include with in the streamer request/reply service implementation to avoid the cnats deprecation warning during builds. --- src/protocol/nats_request_reply_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/nats_request_reply_server.cpp b/src/protocol/nats_request_reply_server.cpp index da1844c..ab4a19b 100644 --- a/src/protocol/nats_request_reply_server.cpp +++ b/src/protocol/nats_request_reply_server.cpp @@ -2,7 +2,7 @@ #include "cvmmap_streamer/protocol/streamer_subjects.hpp" -#include +#include #include #include