diff --git a/include/boost/permutation_iterator.hpp b/include/boost/permutation_iterator.hpp index 581c486..28ecfbb 100644 --- a/include/boost/permutation_iterator.hpp +++ b/include/boost/permutation_iterator.hpp @@ -5,6 +5,9 @@ // to its suitability for any purpose. // +#ifndef boost_permutation_iterator_hpp +#define boost_permutation_iterator_hpp + #include namespace boost { @@ -64,3 +67,6 @@ namespace boost { } } // namespace boost + +#endif // boost_permutation_iterator_hpp +