diff options
Diffstat (limited to 'include/zmq.hpp')
-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 |