compilation fix when not using PCH

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-05-03 22:19:06 +00:00
parent 530ecef01f
commit 2f79f2912d

View File

@ -26,6 +26,7 @@
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/filedlg.h"
#endif
#ifdef __WXGTK24__