mirror of
https://github.com/boostorg/regex.git
synced 2025-07-19 07:12:07 +02:00
add #include <algorithm> because we use std::swap()
[SVN r28249]
This commit is contained in:
@ -23,6 +23,8 @@
|
||||
# include BOOST_ABI_PREFIX
|
||||
#endif
|
||||
|
||||
#include <algorithm> // std::swap
|
||||
|
||||
namespace boost{
|
||||
#ifdef BOOST_MSVC
|
||||
#pragma warning(push)
|
||||
|
Reference in New Issue
Block a user