mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-12 22:36:56 +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 <tuple>
|
||||
#include <type_traits>
|
||||
|
||||
namespace msgpack {
|
||||
/// @cond
|
||||
|
Reference in New Issue
Block a user