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"