From 6908f22996f7ca038d91b5800efe9e11526e19a6 Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Wed, 27 Dec 2017 06:13:38 +0100 Subject: [PATCH] Fix an issue with the feature inclusion order --- include/continuable/detail/types.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/continuable/detail/types.hpp b/include/continuable/detail/types.hpp index 12cf511..68c18c9 100644 --- a/include/continuable/detail/types.hpp +++ b/include/continuable/detail/types.hpp @@ -31,6 +31,9 @@ #ifndef CONTINUABLE_DETAIL_TYPES_HPP_INCLUDED__ #define CONTINUABLE_DETAIL_TYPES_HPP_INCLUDED__ +#include +#include + #ifndef CONTINUABLE_WITH_CUSTOM_ERROR_TYPE #ifndef CONTINUABLE_WITH_NO_EXCEPTIONS #include @@ -39,9 +42,6 @@ #endif // CONTINUABLE_WITH_NO_EXCEPTIONS #endif // CONTINUABLE_WITH_CUSTOM_ERROR_TYPE -#include -#include - namespace cti { namespace detail { /// Contains types used globally across the library