diff options
| -rw-r--r-- | zip/ZipArchive/ZipString_stl.h | 2 | ||||
| -rw-r--r-- | zip/ZipArchive/std_stl.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/zip/ZipArchive/ZipString_stl.h b/zip/ZipArchive/ZipString_stl.h index 330ce65..6ef0edc 100644 --- a/zip/ZipArchive/ZipString_stl.h +++ b/zip/ZipArchive/ZipString_stl.h @@ -23,7 +23,7 @@ #endif
-#include <string>
+#include <string.h>
#include <algorithm>
#include <stdarg.h>
#include <stdio.h>
diff --git a/zip/ZipArchive/std_stl.h b/zip/ZipArchive/std_stl.h index c755d22..c54d0bf 100644 --- a/zip/ZipArchive/std_stl.h +++ b/zip/ZipArchive/std_stl.h @@ -17,6 +17,7 @@ #endif
#include "_features.h"
+#include <limits.h> #if _MSC_VER > 1000
// STL warnings
|
