Skip to content

Commit

Permalink
Merge pull request #3481 from neheb/patch-1
Browse files Browse the repository at this point in the history
Add <ios> include to fix uClibc++ compilation
  • Loading branch information
bluca authored Apr 19, 2019
2 parents 9067e3a + 761af49 commit e3a9677
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions RELICENSE/neheb.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions src/blob.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3a9677

Please sign in to comment.