changed some #include's

[SVN r8416]
This commit is contained in:
Jeremy Siek
2000-12-09 15:33:36 +00:00
parent eb420ae677
commit 0624e1a9b2
2 changed files with 4 additions and 3 deletions

View File

@@ -8,7 +8,8 @@
#ifndef BOOST_CONCEPT_ARCHETYPES_HPP
#define BOOST_CONCEPT_ARCHETYPES_HPP
#include <iterator>
#include <boost/config.hpp>
#include <boost/iterator.hpp>
#include <functional>
namespace boost {

View File

@@ -8,9 +8,9 @@
#ifndef BOOST_CONCEPT_CHECKS_HPP
#define BOOST_CONCEPT_CHECKS_HPP
#include <iterator>
#include <utility>
#include <boost/config.hpp>
#include <boost/iterator.hpp>
#include <utility>
#include <boost/pending/limits.hpp>
#if (__GNUC__) || defined(__KCC) || defined(__ghs) || defined(__MWERKS__)