From 9ae58f321cb83b43752d9fec0258633b19a0ea86 Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Thu, 10 Oct 2024 22:00:57 +0200 Subject: [PATCH] Adding missing header --- src/ccnr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ccnr.cpp b/src/ccnr.cpp index 444a60ae9..1a435a124 100644 --- a/src/ccnr.cpp +++ b/src/ccnr.cpp @@ -28,6 +28,7 @@ THE SOFTWARE. #include #include #include +#include using namespace CCNR;