From: Unknown (UG) Date: Tue, 20 Oct 1998 11:00:58 +0000 (+0000) Subject: fix for precompiled headers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/19ae5cf071340a670f8ad4e808aff1657c648c5c fix for precompiled headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"