From 5c444a61dbfa8ac327a50f303e56bab51378f1c2 Mon Sep 17 00:00:00 2001
From: Sergey Yakubov <sergey.yakubov@desy.de>
Date: Tue, 8 Dec 2020 19:15:37 +0100
Subject: [PATCH] fix build

---
 producer/event_monitor_producer/src/inotify_event.h           | 2 +-
 producer/event_monitor_producer/src/shared_event_list.h       | 2 +-
 .../event_monitor_producer/src/system_folder_watch_linux.h    | 4 ++--
 .../event_monitor_producer/src/system_folder_watch_windows.h  | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/producer/event_monitor_producer/src/inotify_event.h b/producer/event_monitor_producer/src/inotify_event.h
index 530b15cda..9ba0d7ec1 100644
--- a/producer/event_monitor_producer/src/inotify_event.h
+++ b/producer/event_monitor_producer/src/inotify_event.h
@@ -6,7 +6,7 @@
 #include <string>
 
 #include "asapo/common/error.h"
-#include "asapo/common.h"
+#include "common.h"
 
 
 namespace asapo {
diff --git a/producer/event_monitor_producer/src/shared_event_list.h b/producer/event_monitor_producer/src/shared_event_list.h
index 19b0d6511..02e2aa421 100644
--- a/producer/event_monitor_producer/src/shared_event_list.h
+++ b/producer/event_monitor_producer/src/shared_event_list.h
@@ -7,7 +7,7 @@
 #include <mutex>
 #include <windows.h>
 #include <chrono>
-#include "asapo/common.h"
+#include "common.h"
 
 namespace asapo {
 
diff --git a/producer/event_monitor_producer/src/system_folder_watch_linux.h b/producer/event_monitor_producer/src/system_folder_watch_linux.h
index febf1f2af..914e1f297 100644
--- a/producer/event_monitor_producer/src/system_folder_watch_linux.h
+++ b/producer/event_monitor_producer/src/system_folder_watch_linux.h
@@ -8,8 +8,8 @@
 
 #include "asapo/common/error.h"
 #include "asapo/preprocessor/definitions.h"
-#include "asapo_producer.h"
-#include "asapo/common.h"
+#include "asapo/asapo_producer.h"
+#include "common.h"
 #include "asapo/io/io.h"
 #include "inotify_event.h"
 #include "inotify_linux.h"
diff --git a/producer/event_monitor_producer/src/system_folder_watch_windows.h b/producer/event_monitor_producer/src/system_folder_watch_windows.h
index 87f8acebe..77cfb6fb4 100644
--- a/producer/event_monitor_producer/src/system_folder_watch_windows.h
+++ b/producer/event_monitor_producer/src/system_folder_watch_windows.h
@@ -6,8 +6,8 @@
 
 #include "asapo/common/error.h"
 #include "asapo/preprocessor/definitions.h"
-#include "asapo_producer.h"
-#include "asapo/common.h"
+#include "asapo/asapo_producer.h"
+#include "common.h"
 #include "asapo/io/io.h"
 #include "shared_event_list.h"
 
-- 
GitLab