From 010c94ba87361fe6082712de2d3d4d811600322c Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Sun, 1 Feb 2009 00:00:58 +0000 Subject: [PATCH] fix wrong include [SVN r50937] --- include/boost/fusion/include/remove.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/fusion/include/remove.hpp b/include/boost/fusion/include/remove.hpp index 7f0b4657..9f11d696 100644 --- a/include/boost/fusion/include/remove.hpp +++ b/include/boost/fusion/include/remove.hpp @@ -4,9 +4,9 @@ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ==============================================================================*/ -#if !defined(FUSION_INCLUDE_REMOVE_IF) -#define FUSION_INCLUDE_REMOVE_IF +#if !defined(FUSION_INCLUDE_REMOVE) +#define FUSION_INCLUDE_REMOVE -#include +#include #endif