From 28997d375d3948d92f0846d1de3bf82df7ce59ae Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 15 Nov 2004 19:29:51 +0000 Subject: [PATCH] correcting include type git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/zipstrm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/zipstrm.cpp b/src/common/zipstrm.cpp index 322aee5478..c73a2aebd2 100644 --- a/src/common/zipstrm.cpp +++ b/src/common/zipstrm.cpp @@ -1793,7 +1793,7 @@ wxFileOffset wxZipInputStream::OnSysSeek(wxFileOffset seek, wxSeekMode mode) ///////////////////////////////////////////////////////////////////////////// // Output stream -#include +#include "wx/listimpl.cpp" WX_DEFINE_LIST(_wxZipEntryList); wxZipOutputStream::wxZipOutputStream(wxOutputStream& stream,