]> git.saurik.com Git - wxWidgets.git/commitdiff
fix for precompiled headers
authorUnknown (UG) <nobody@localhost>
Tue, 20 Oct 1998 10:53:49 +0000 (10:53 +0000)
committerUnknown (UG) <nobody@localhost>
Tue, 20 Oct 1998 10:53:49 +0000 (10:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/ftp.cpp

index 498548bed2ae5e89bde73239334533925916b755..62161ada7aa6b8a90c60954f3f6b94f3b238fb31 100644 (file)
 #ifdef __GNUG__
 #pragma implementation "ftp.h"
 #endif
+
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include <memory.h>
 #include <stdlib.h>
 #include "wx/string.h"