From ec45f8ee19190fce57180381611075d3a5b63435 Mon Sep 17 00:00:00 2001 From: "Unknown (UG)" Date: Tue, 20 Oct 1998 10:53:49 +0000 Subject: [PATCH] fix for precompiled headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/ftp.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.45.2