From 0396274d8b165f22dee6e0130aef9cecb7d6f68c Mon Sep 17 00:00:00 2001 From: bolero-MURAKAMI Date: Mon, 11 Apr 2016 13:18:23 +0900 Subject: [PATCH] fix include guard --- sprout/type_traits/is_swappable.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sprout/type_traits/is_swappable.hpp b/sprout/type_traits/is_swappable.hpp index b36f9c1c..f5a5e500 100644 --- a/sprout/type_traits/is_swappable.hpp +++ b/sprout/type_traits/is_swappable.hpp @@ -6,7 +6,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) =============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_IS_SWAPPABLE_HPP -#define SPROUT_TYPE_TRAITS_IS_SWAPPABLE_WITH_HPP +#define SPROUT_TYPE_TRAITS_IS_SWAPPABLE_HPP #include #include