blob: 8c137c8c541dd62b01dd886f4fbb4141bf70a62c (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/blob.hpp
+++ b/src/blob.hpp
@@ -31,6 +31,7 @@
#define __ZMQ_BLOB_HPP_INCLUDED__
#include <string>
+#include <ios>
#include <string.h>
// Borrowed from id3lib_strings.h:
|