From: Vadim Zeitlin Date: Wed, 3 May 2006 22:19:06 +0000 (+0000) Subject: compilation fix when not using PCH X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2f79f2912d1dc16880f56744662309fb46f55dec?ds=inline compilation fix when not using PCH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/dirdlg.cpp b/src/gtk/dirdlg.cpp index dd9b2e53d7..56ad5ae859 100644 --- a/src/gtk/dirdlg.cpp +++ b/src/gtk/dirdlg.cpp @@ -26,6 +26,7 @@ #ifndef WX_PRECOMP #include "wx/intl.h" + #include "wx/filedlg.h" #endif #ifdef __WXGTK24__