Skip to content

Commit

Permalink
Merge pull request zeromq#23 from cjuniet/master
Browse files Browse the repository at this point in the history
Fix missing include
  • Loading branch information
Andrey Sibiryov committed Jul 16, 2013
2 parents 3f7bab2 + f1fd8f8 commit 7975875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zmq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <cassert>
#include <cstring>
#include <exception>
#include <string>

// Detect whether the compiler supports C++11 rvalue references.
#if (defined(__GNUC__) && (__GNUC__ > 4 || \
Expand Down

0 comments on commit 7975875

Please sign in to comment.