From f3613896afa8453897bc90abe51219c786fd218c Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 23 Nov 2004 21:01:00 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/filedlg.cpp | 1 + src/gtk1/filedlg.cpp | 1 + 2 files changed, 2 insertions(+) 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" -- 2.50.0