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"