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