mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-19 18:03:50 +00:00
Add <ios> include to fix uClibc++ compilation
Under uClibc++, streamoff is defined in <ios>. This header is needed to fix compilation.
This commit is contained in:
parent
9067e3ac9d
commit
091e15a28d
@ -36,6 +36,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <ios>
|
||||||
|
|
||||||
#if __cplusplus >= 201103L || defined(_MSC_VER) && _MSC_VER > 1700
|
#if __cplusplus >= 201103L || defined(_MSC_VER) && _MSC_VER > 1700
|
||||||
#define ZMQ_HAS_MOVE_SEMANTICS
|
#define ZMQ_HAS_MOVE_SEMANTICS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user