diff options
Diffstat (limited to 'src/streams-zlib.cpp')
| -rw-r--r-- | src/streams-zlib.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/streams-zlib.cpp b/src/streams-zlib.cpp index 60953ad5f..2d5fae01e 100644 --- a/src/streams-zlib.cpp +++ b/src/streams-zlib.cpp @@ -9,6 +9,8 @@ * Released under GNU LGPL, read the file 'COPYING.LIB' for more information */ +#include <cstring> +#include <string> #include <string.h> #include <vector> #include "streams-zlib.h" |
