diff --git a/include/boost/iterator_adaptors.hpp b/include/boost/iterator_adaptors.hpp new file mode 100644 index 0000000..6d876e7 --- /dev/null +++ b/include/boost/iterator_adaptors.hpp @@ -0,0 +1,13 @@ +// Permission to copy, use, modify, +// sell and distribute this software is granted provided this +// copyright notice appears in all copies. This software is provided +// "as is" without express or implied warranty, and with no claim as +// to its suitability for any purpose. + +#ifndef BOOST_ITERATOR_ADAPTOR_13062003HK_HPP +#define BOOST_ITERATOR_ADAPTOR_13062003HK_HPP + +#define BOOST_ITERATOR_ADAPTORS_VERSION 0x0200 +#include + +#endif // BOOST_ITERATOR_ADAPTOR_13062003HK_HPP