add missing header to fix compilation after changes of r53629 in STL build (in fact fixed by Robert in exactly the same moment, so this change just resolves a local conflict)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-05-18 17:17:49 +00:00
parent 8a2984cfc1
commit f6753003f1

View File

@ -23,6 +23,7 @@
#endif
#include "wx/wfstream.h"
#include <gtk/gtk.h>