summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBurak Arslan <burak-github@arskom.com.tr>2010-10-28 08:41:28 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-10-28 08:41:28 +0200
commit3eb935ef6e211d2fa5094ae032777ed319253d11 (patch)
treed7ceb9192850f778a286513e619be277dc99f75a /include
parent9a1d4df0fd29e040756bff6302cf9a134074d9b9 (diff)
switch to c++-specific headers
Signed-off-by: Burak Arslan <burak-github@arskom.com.tr>
Diffstat (limited to 'include')
-rw-r--r--include/zmq.hpp4
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