From: Václav Slavík Date: Tue, 23 Nov 2004 21:01:00 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f3613896afa8453897bc90abe51219c786fd218c?ds=inline compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/filedlg.cpp b/src/gtk/filedlg.cpp index a9f92c274f..fa7e6e81af 100644 --- a/src/gtk/filedlg.cpp +++ b/src/gtk/filedlg.cpp @@ -20,6 +20,7 @@ #include "wx/utils.h" #include "wx/intl.h" #include "wx/filename.h" +#include "wx/msgdlg.h" #include #include "wx/gtk/private.h" diff --git a/src/gtk1/filedlg.cpp b/src/gtk1/filedlg.cpp index a9f92c274f..fa7e6e81af 100644 --- a/src/gtk1/filedlg.cpp +++ b/src/gtk1/filedlg.cpp @@ -20,6 +20,7 @@ #include "wx/utils.h" #include "wx/intl.h" #include "wx/filename.h" +#include "wx/msgdlg.h" #include #include "wx/gtk/private.h"