diff options
author | Burak Arslan <burak-github@arskom.com.tr> | 2010-10-28 08:41:28 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-10-28 08:41:28 +0200 |
commit | 3eb935ef6e211d2fa5094ae032777ed319253d11 (patch) | |
tree | d7ceb9192850f778a286513e619be277dc99f75a | |
parent | 9a1d4df0fd29e040756bff6302cf9a134074d9b9 (diff) |
switch to c++-specific headers
Signed-off-by: Burak Arslan <burak-github@arskom.com.tr>
-rw-r--r-- | include/zmq.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zmq.hpp b/include/zmq.hpp index 3fb5a79..4cfcdce 100644 --- a/include/zmq.hpp +++ b/include/zmq.hpp @@ -22,8 +22,8 @@ #include "zmq.h" -#include <assert.h> -#include <string.h> +#include <cassert> +#include <cstring> #include <exception> namespace zmq |