]> git.saurik.com Git - wxWidgets.git/commitdiff
added headers needed for wxBase compilation
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Jul 2001 13:52:19 +0000 (13:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Jul 2001 13:52:19 +0000 (13:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/fs_inet.h
src/common/fs_mem.cpp

index 4f4205ccc17a50d055f2a61b008ca9b7ff44e0ff..ce193551b1d4c2a95cb6364a9377c77bbded712c 100644 (file)
@@ -23,14 +23,14 @@ limitation)
 #pragma interface "fs_inet.h"
 #endif
 
-#include "wx/wxprec.h"
-
-#ifdef __BORDLANDC__
-#pragma hdrstop
-#endif
+#include "wx/defs.h"
 
 #if wxUSE_FILESYSTEM && wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS
 
+#ifndef WXPRECOMP
+    #include "wx/hash.h"
+#endif
+
 #include "wx/filesys.h"
 
 //--------------------------------------------------------------------------------
index c3f05cc6f54763579f58072c80e4cdc5fb417a98..2bfcfd02be1240efd3c5b24b75813cf44c2a16f4 100644 (file)
@@ -22,6 +22,7 @@
 #ifndef WXPRECOMP
     #include "wx/intl.h"
     #include "wx/log.h"
+    #include "wx/hash.h"
 #endif
 
 #include "wx/filesys.h"