mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-01 10:57:59 +01:00
Merge pull request #3481 from neheb/patch-1
Add <ios> include to fix uClibc++ compilation
This commit is contained in:
commit
e3a96778b6
14
RELICENSE/neheb.md
Normal file
14
RELICENSE/neheb.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Permission to Relicense under MPLv2
|
||||
|
||||
This is a statement by Rosen Penev
|
||||
that grants permission to relicense its copyrights in the libzmq C++
|
||||
library (ZeroMQ) under the Mozilla Public License v2 (MPLv2).
|
||||
|
||||
A portion of the commits made by the Github handle "flub", with
|
||||
commit author "Rosen Penev <rosenp@gmail.com>", are copyright of
|
||||
Rosen Penev .
|
||||
This document hereby grants the libzmq project team to relicense libzmq,
|
||||
including all past, present and future contributions of the author listed above.
|
||||
|
||||
Rosen Penev
|
||||
2019/04/19
|
@ -36,6 +36,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <algorithm>
|
||||
#include <ios>
|
||||
|
||||
#if __cplusplus >= 201103L || defined(_MSC_VER) && _MSC_VER > 1700
|
||||
#define ZMQ_HAS_MOVE_SEMANTICS
|
||||
|
Loading…
x
Reference in New Issue
Block a user