From 9604bd63c0a78c227c534306c4578fcc7cd479eb Mon Sep 17 00:00:00 2001 From: Ole Erik Peistorpet Date: Fri, 7 Jun 2024 00:31:08 +0200 Subject: [PATCH] include moved from fwd.h --- auxi/core_util.h | 3 +++ fwd.h | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/auxi/core_util.h b/auxi/core_util.h index cdbdc5d6..f1f08630 100644 --- a/auxi/core_util.h +++ b/auxi/core_util.h @@ -8,6 +8,9 @@ #include "../fwd.h" +#ifdef _MSC_EXTENSIONS +#include // and, or +#endif #include #include // for declval diff --git a/fwd.h b/fwd.h index ca7dd052..db6fa43c 100644 --- a/fwd.h +++ b/fwd.h @@ -4,11 +4,6 @@ // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifdef _MSC_EXTENSIONS -#include -#endif - - /** @file * @brief Error handling macros and forward declarations, including is_trivially_relocatable (for user classes) */