mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-01-31 14:39:56 +01:00
Revert "Fix missing include".
Don't include <string> twice. Another include was introduced in 938e4ab0. This reverts commit f1fd8f8f6a50e4be7797a5829062cb7649c6365a.
This commit is contained in:
parent
f43e83e34e
commit
830d2ede86
1
zmq.hpp
1
zmq.hpp
@ -32,7 +32,6 @@
|
|||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <string>
|
#include <string>
|
||||||
#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