From 3eb935ef6e211d2fa5094ae032777ed319253d11 Mon Sep 17 00:00:00 2001
From: Burak Arslan <burak-github@arskom.com.tr>
Date: Thu, 28 Oct 2010 08:41:28 +0200
Subject: switch to c++-specific headers

Signed-off-by: Burak Arslan <burak-github@arskom.com.tr>
---
 include/zmq.hpp | 4 ++--
 1 file 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
-- 
cgit v1.2.3