mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-13 06:44:15 +02:00
Merge pull request #1162 from jwbee/patch-1
Include type_traits before use of std:: members
This commit is contained in:
@@ -87,6 +87,7 @@ struct is_pointer;
|
|||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <tuple>
|
#include <tuple>
|
||||||
|
#include <type_traits>
|
||||||
|
|
||||||
namespace msgpack {
|
namespace msgpack {
|
||||||
/// @cond
|
/// @cond
|
||||||
|
Reference in New Issue
Block a user