From: Unknown (UG) Date: Tue, 20 Oct 1998 10:53:49 +0000 (+0000) Subject: fix for precompiled headers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ec45f8ee19190fce57180381611075d3a5b63435 fix for precompiled headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/ftp.cpp b/src/common/ftp.cpp index 498548bed2..62161ada7a 100644 --- a/src/common/ftp.cpp +++ b/src/common/ftp.cpp @@ -12,6 +12,10 @@ #ifdef __GNUG__ #pragma implementation "ftp.h" #endif + +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + #include #include #include "wx/string.h"