Add #include to string.h in blob.hpp

Required for memmove(), memcpy()
This commit is contained in:
danielkr 2013-08-17 22:53:02 +03:00
parent eccfede10d
commit 503da83fce

View File

@ -21,6 +21,7 @@
#define __ZMQ_BLOB_HPP_INCLUDED__
#include <string>
#include <string.h>
// Borrowed from id3lib_strings.h:
// They seem to be doing something for MSC, but since I only have gcc, I'll just do that