From 63abfba42af0e173d24a69532ef04d4fa1509106 Mon Sep 17 00:00:00 2001 From: Eran Date: Fri, 3 Jan 2025 17:32:17 +0200 Subject: [PATCH] fixup! add control-c-handler to rsutils --- third-party/rsutils/src/control-c-handler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/third-party/rsutils/src/control-c-handler.cpp b/third-party/rsutils/src/control-c-handler.cpp index 58232e3ea3..720f3338e0 100644 --- a/third-party/rsutils/src/control-c-handler.cpp +++ b/third-party/rsutils/src/control-c-handler.cpp @@ -2,6 +2,7 @@ // Copyright(c) 2024 Intel Corporation. All Rights Reserved. #include #include +#include #include