diff --git a/sprout/range/algorithm/any_of_equal.hpp b/sprout/range/algorithm/any_of_equal.hpp index d458f93b..3144e455 100644 --- a/sprout/range/algorithm/any_of_equal.hpp +++ b/sprout/range/algorithm/any_of_equal.hpp @@ -5,8 +5,8 @@ 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) =============================================================================*/ -#ifndef SPROUT_RANGE_ALGORITHM_ALL_OF_EQUAL_HPP -#define SPROUT_RANGE_ALGORITHM_ALL_OF_EQUAL_HPP +#ifndef SPROUT_RANGE_ALGORITHM_ANY_OF_EQUAL_HPP +#define SPROUT_RANGE_ALGORITHM_ANY_OF_EQUAL_HPP #include #include @@ -25,4 +25,4 @@ namespace sprout { } // namespace range } // namespace sprout -#endif // #ifndef SPROUT_RANGE_ALGORITHM_ALL_OF_EQUAL_HPP +#endif // #ifndef SPROUT_RANGE_ALGORITHM_ANY_OF_EQUAL_HPP