From 904685a0ad71e7d38f4fa27b5cd650db36a5935b Mon Sep 17 00:00:00 2001
From: Victor Poughon <victor.poughon@cnes.fr>
Date: Wed, 13 Mar 2019 10:38:19 +0100
Subject: [PATCH] COMP: fix build error (missing include)

---
 Modules/Core/Common/include/otbStandardOneLineFilterWatcher.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.h b/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.h
index 7abc307908..565594ae4c 100644
--- a/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.h
+++ b/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.h
@@ -23,6 +23,7 @@
 #define otbStandardOneLineFilterWatcher_h
 
 #include <iosfwd>
+#include <memory>
 
 #include "otbFilterWatcherBase.h"
 #include "otbStandardOutputPrintCallback.h"
-- 
GitLab