From: Stefan Csomor Date: Mon, 15 Nov 2004 19:29:51 +0000 (+0000) Subject: correcting include type X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/28997d375d3948d92f0846d1de3bf82df7ce59ae?ds=inline correcting include type git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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,