Unverified Commit e3a96778 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #3481 from neheb/patch-1

Add <ios> include to fix uClibc++ compilation
parents 9067e3ac 761af493
# 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment