From a44b780d93f5323f78890adeba8468e0b9095bc6 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Mon, 30 Oct 2023 15:29:23 +0100 Subject: [PATCH] Minor: Add header for using RAII in sending SEND-LAST-VERSION to ISAMS. --- worker.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/worker.cpp b/worker.cpp index aeb0bf9..5137b3f 100644 --- a/worker.cpp +++ b/worker.cpp @@ -16,6 +16,7 @@ #include #include #include +#include #include "message_handler.h" #include "plugins/interfaces.h"