mirror of
https://github.com/boostorg/range.git
synced 2025-07-29 20:37:25 +02:00
missing include
[SVN r41636]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user