missing include

[SVN r41636]
This commit is contained in:
Thorsten Jørgen Ottosen
2007-12-03 09:00:23 +00:00
parent 8085605217
commit f65c137e73

View File

@ -11,6 +11,8 @@
#ifndef BOOST_RANGE_SUB_RANGE_HPP
#define BOOST_RANGE_SUB_RANGE_HPP
#include <boost/detail/workaround.hpp>
#if BOOST_WORKAROUND(BOOST_MSVC, == 1310) || BOOST_WORKAROUND(BOOST_MSVC, == 1400)
#pragma warning( disable : 4996 )
#endif