diff --git a/SDL2pp/Optional.hh b/SDL2pp/Optional.hh index 137afd0..a87c252 100644 --- a/SDL2pp/Optional.hh +++ b/SDL2pp/Optional.hh @@ -26,7 +26,7 @@ #if defined(SDL2PP_WITH_EXPERIMENTAL_OPTIONAL) -#include +# include namespace SDL2pp { @@ -41,7 +41,7 @@ constexpr std::experimental::nullopt_t NullOpt = std::experimental::nullopt; #else -#include +# include namespace SDL2pp {