mirror of
https://github.com/boostorg/utility.git
synced 2025-07-30 04:47:30 +02:00
added #include <utility> because tied uses std::pair
[SVN r7714]
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <cstddef> // for size_t
|
||||
#include <utility> // for std::pair
|
||||
|
||||
namespace boost
|
||||
{
|
||||
|
Reference in New Issue
Block a user