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"