From 62ac738633b55889768a622c600fed5bf349d37a Mon Sep 17 00:00:00 2001 From: Robert Butora <robert.butora@inaf.it> Date: Fri, 11 Nov 2022 17:55:51 +0100 Subject: [PATCH] missing includes --- src/Configuration.h | 2 +- src/FileWrapper.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Configuration.h b/src/Configuration.h index 2e41455..5871e7b 100644 --- a/src/Configuration.h +++ b/src/Configuration.h @@ -2,7 +2,7 @@ #define CONFIGURATION_H #include <boost/shared_ptr.hpp> - +#include <string> namespace DataImporter_ns { diff --git a/src/FileWrapper.h b/src/FileWrapper.h index d6bcc99..c03ddb2 100644 --- a/src/FileWrapper.h +++ b/src/FileWrapper.h @@ -4,6 +4,7 @@ #include <tango.h> #include <boost/filesystem.hpp> +#include <boost/shared_ptr.hpp> namespace DataImporter_ns { -- GitLab