]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fs_zip.cpp
check for LVS_OWNERDATA availability at compile and run-time
[wxWidgets.git] / src / common / fs_zip.cpp
index 036c001abdf44ebf8a9612c37c88d8b53b519b07..cbef9152dd914d895b70b2fd101abfdd9632b745 100644 (file)
@@ -10,7 +10,7 @@
 
 
 #ifdef __GNUG__
 
 
 #ifdef __GNUG__
-#pragma implementation
+#pragma implementation "fs_zip.h"
 #endif
 
 #include "wx/wxprec.h"
 #endif
 
 #include "wx/wxprec.h"
@@ -22,7 +22,8 @@
 #if wxUSE_FILESYSTEM && wxUSE_FS_ZIP && wxUSE_ZIPSTREAM
 
 #ifndef WXPRECOMP
 #if wxUSE_FILESYSTEM && wxUSE_FS_ZIP && wxUSE_ZIPSTREAM
 
 #ifndef WXPRECOMP
-#include "wx/wx.h"
+    #include "wx/intl.h"
+    #include "wx/log.h"
 #endif
 
 #include "wx/hash.h"
 #endif
 
 #include "wx/hash.h"