mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
Add #include to string.h in blob.hpp
Required for memmove(), memcpy()
This commit is contained in:
parent
eccfede10d
commit
503da83fce
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user