fix for precompiled headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Unknown (UG) 1998-10-20 10:53:49 +00:00
parent 735c6572dc
commit ec45f8ee19

View File

@ -12,6 +12,10 @@
#ifdef __GNUG__
#pragma implementation "ftp.h"
#endif
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#include <memory.h>
#include <stdlib.h>
#include "wx/string.h"