Merge pull request #3481 from neheb/patch-1

Add <ios> include to fix uClibc++ compilation
This commit is contained in:
Luca Boccassi 2019-04-19 22:57:14 +01:00 committed by GitHub
commit e3a96778b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

14
RELICENSE/neheb.md Normal file
View 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

View File

@ -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