2015-07-04 14:46:53 +00:00
|
|
|
--- a/src/blob.hpp
|
|
|
|
+++ b/src/blob.hpp
|
2015-12-07 17:07:06 +00:00
|
|
|
@@ -31,6 +31,7 @@
|
Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings, rs232, wsapi, xavante, lzmq, mobdebug), zeromq
Signed-off-by: Dirk Chang <dirk@kooiot.com>
2015-04-27 12:34:27 +00:00
|
|
|
#define __ZMQ_BLOB_HPP_INCLUDED__
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
+#include <ios>
|
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
// Borrowed from id3lib_strings.h:
|