Incorrect include fixed.

[SVN r23316]
This commit is contained in:
Pavol Droba
2004-07-02 10:30:36 +00:00
parent b63007763e
commit dd72943343
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_DETAIL_BEGIN_HPP #ifndef BOOST_RANGE_DETAIL_BEGIN_HPP
#define BOOST_RANGE_DETAIL_BEGIN_HPP #define BOOST_RANGE_DETAIL_BEGIN_HPP
#include <boost/range/detail/result_iterator.hpp> #include <boost/range/result_iterator.hpp>
#include <boost/range/detail/common.hpp> #include <boost/range/detail/common.hpp>
namespace boost namespace boost

View File

@ -12,7 +12,7 @@
#define BOOST_RANGE_DETAIL_END_HPP #define BOOST_RANGE_DETAIL_END_HPP
#include <boost/range/detail/implementation_help.hpp> #include <boost/range/detail/implementation_help.hpp>
#include <boost/range/detail/result_iterator.hpp> #include <boost/range/result_iterator.hpp>
#include <boost/range/detail/common.hpp> #include <boost/range/detail/common.hpp>
namespace boost namespace boost