From e05e9fb304664d455cc27a427bbabfa83fe466cc Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Mon, 3 Jun 2019 08:28:45 +0300 Subject: [PATCH] Missing include --- components/common/cpp/include/ftl/configurable.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/common/cpp/include/ftl/configurable.hpp b/components/common/cpp/include/ftl/configurable.hpp index d14585dc8..7008c9b1e 100644 --- a/components/common/cpp/include/ftl/configurable.hpp +++ b/components/common/cpp/include/ftl/configurable.hpp @@ -9,6 +9,7 @@ #include <map> #include <list> #include <functional> +#include <optional> #define REQUIRED(...) required(__func__, __VA_ARGS__) -- GitLab