From 4e58288e8e2e76e8d518b21273f787be16a486c3 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Mon, 9 Jun 2008 11:44:55 +0200 Subject: Fixed gcc-4.3.0 compatibility --- zip/ZipArchive/ZipString_stl.h | 2 +- zip/ZipArchive/std_stl.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 +#include #include #include #include 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 #if _MSC_VER > 1000 // STL warnings -- cgit v1.2.3