From d40fa456dadbb170f55b51615e9a10e8f37a2852 Mon Sep 17 00:00:00 2001 From: Evelin Date: Wed, 11 Sep 2024 15:36:03 +0200 Subject: [PATCH] Fix include directories Fix --- include/dream_stellar/options/dream_options.hpp | 2 ++ include/dream_stellar/options/index_options.hpp | 1 + include/dream_stellar/utils/stellar_app_runtime.hpp | 2 ++ 3 files changed, 5 insertions(+) diff --git a/include/dream_stellar/options/dream_options.hpp b/include/dream_stellar/options/dream_options.hpp index a79982f2..78bdaa04 100644 --- a/include/dream_stellar/options/dream_options.hpp +++ b/include/dream_stellar/options/dream_options.hpp @@ -1,6 +1,8 @@ #pragma once #include +#include +#include namespace dream_stellar { diff --git a/include/dream_stellar/options/index_options.hpp b/include/dream_stellar/options/index_options.hpp index eeaf5d14..1551231f 100644 --- a/include/dream_stellar/options/index_options.hpp +++ b/include/dream_stellar/options/index_options.hpp @@ -2,6 +2,7 @@ #pragma once #include +#include namespace dream_stellar { diff --git a/include/dream_stellar/utils/stellar_app_runtime.hpp b/include/dream_stellar/utils/stellar_app_runtime.hpp index 5457b68a..eec0cffb 100644 --- a/include/dream_stellar/utils/stellar_app_runtime.hpp +++ b/include/dream_stellar/utils/stellar_app_runtime.hpp @@ -1,6 +1,8 @@ #pragma once +#include + #include #include