From 8fc144f5022351cf185c4e6d24a4f8eb4cf568b4 Mon Sep 17 00:00:00 2001
From: Cristiano Urban <cristiano.urban@inaf.it>
Date: Thu, 21 Sep 2023 14:02:18 +0200
Subject: [PATCH] Minor fix on EventThread.h.

Signed-off-by: Cristiano Urban <cristiano.urban@inaf.it>
---
 src/EventThread.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/EventThread.h b/src/EventThread.h
index ee248c5..37f5f35 100644
--- a/src/EventThread.h
+++ b/src/EventThread.h
@@ -10,6 +10,7 @@
 #include <sys/inotify.h>
 
 #include <boost/shared_ptr.hpp>
+#include <boost/scoped_ptr.hpp>
 #include <boost/thread.hpp>
 
 namespace PreProcessor_ns
-- 
GitLab