From 0624e1a9b2a09fb068ff592d014c83ec135419c5 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Sat, 9 Dec 2000 15:33:36 +0000 Subject: [PATCH] changed some #include's [SVN r8416] --- include/boost/concept_archetype.hpp | 3 ++- include/boost/concept_check.hpp | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/boost/concept_archetype.hpp b/include/boost/concept_archetype.hpp index 994e149..d420c91 100644 --- a/include/boost/concept_archetype.hpp +++ b/include/boost/concept_archetype.hpp @@ -8,7 +8,8 @@ #ifndef BOOST_CONCEPT_ARCHETYPES_HPP #define BOOST_CONCEPT_ARCHETYPES_HPP -#include +#include +#include #include namespace boost { diff --git a/include/boost/concept_check.hpp b/include/boost/concept_check.hpp index 07edb53..6b9ed35 100644 --- a/include/boost/concept_check.hpp +++ b/include/boost/concept_check.hpp @@ -8,9 +8,9 @@ #ifndef BOOST_CONCEPT_CHECKS_HPP #define BOOST_CONCEPT_CHECKS_HPP -#include -#include #include +#include +#include #include #if (__GNUC__) || defined(__KCC) || defined(__ghs) || defined(__MWERKS__)