From 19ae5cf071340a670f8ad4e808aff1657c648c5c Mon Sep 17 00:00:00 2001 From: "Unknown (UG)" Date: Tue, 20 Oct 1998 11:00:58 +0000 Subject: [PATCH] fix for precompiled headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@882 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 62161ada7a..00d44539cd 100644 --- a/src/common/ftp.cpp +++ b/src/common/ftp.cpp @@ -16,6 +16,10 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" +#ifdef __BORLANDC__ +#pragma hdrstop +#endif + #include #include #include "wx/string.h" -- 2.45.2