From 19a2090ef866d4f9fe45ef8bd7812190c175d66d Mon Sep 17 00:00:00 2001 From: Neil Groves Date: Wed, 16 Mar 2011 23:31:59 +0000 Subject: [PATCH] [range] - Fix for Trac issue 5295 - boost/range/sub_range.hpp cannot be included by itself [SVN r70036] --- include/boost/range/sub_range.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/range/sub_range.hpp b/include/boost/range/sub_range.hpp index 2f46c7b..0b00086 100644 --- a/include/boost/range/sub_range.hpp +++ b/include/boost/range/sub_range.hpp @@ -12,12 +12,13 @@ #ifndef BOOST_RANGE_SUB_RANGE_HPP #define BOOST_RANGE_SUB_RANGE_HPP +#include + #if BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1500)) #pragma warning( push ) #pragma warning( disable : 4996 ) #endif -#include #include #include #include