added include guards

[SVN r12517]
This commit is contained in:
Toon Knapen
2002-01-26 09:26:09 +00:00
parent 57251d58cc
commit bd666dc0e9

View File

@ -5,6 +5,9 @@
// to its suitability for any purpose. // to its suitability for any purpose.
// //
#ifndef boost_permutation_iterator_hpp
#define boost_permutation_iterator_hpp
#include <boost/iterator_adaptors.hpp> #include <boost/iterator_adaptors.hpp>
namespace boost { namespace boost {
@ -64,3 +67,6 @@ namespace boost {
} }
} // namespace boost } // namespace boost
#endif // boost_permutation_iterator_hpp