diff --git a/sprout/type_traits/remove_cv.hpp b/sprout/type_traits/remove_cv.hpp index c25fc5d1..83289685 100644 --- a/sprout/type_traits/remove_cv.hpp +++ b/sprout/type_traits/remove_cv.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_REMOVE_CV_HPP -#define SPROUT_TYPE_TRAITS_REMOVE_CONST_HPP +#define SPROUT_TYPE_TRAITS_REMOVE_CV_HPP #include #include