From b241cdf25de261b21a00d4cb0810923f1ad3ddef Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Fri, 9 Nov 2007 22:38:18 +0000 Subject: [PATCH] fix mismatch include guard [SVN r40975] --- include/boost/fusion/adapted/struct.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/fusion/adapted/struct.hpp b/include/boost/fusion/adapted/struct.hpp index 4b36f179..063f8f32 100644 --- a/include/boost/fusion/adapted/struct.hpp +++ b/include/boost/fusion/adapted/struct.hpp @@ -6,7 +6,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ==============================================================================*/ #if !defined(BOOST_FUSION_STRUCT_24122005_1744) -#define BOOST_FUSION_STD_STRUCT_24122005_1744 +#define BOOST_FUSION_STRUCT_24122005_1744 #include #include