mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-02 15:41:40 +02:00
Fix missing include
Add a missing include for std::string.
This commit is contained in:
parent
c36e3065d2
commit
f1fd8f8f6a
1
zmq.hpp
1
zmq.hpp
@ -31,6 +31,7 @@
|
|||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
// Detect whether the compiler supports C++11 rvalue references.
|
// Detect whether the compiler supports C++11 rvalue references.
|
||||||
#if (defined(__GNUC__) && (__GNUC__ > 4 || \
|
#if (defined(__GNUC__) && (__GNUC__ > 4 || \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user