From 48013bb0986730359e35f93bbc73e0932816a04c Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sat, 4 May 2002 13:17:36 +0000 Subject: [PATCH] added missing include file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dirdlg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/dirdlg.h b/include/wx/dirdlg.h index 32fd5710ec..467786df1b 100644 --- a/include/wx/dirdlg.h +++ b/include/wx/dirdlg.h @@ -3,6 +3,8 @@ #if wxUSE_DIRDLG +#include "wx/dialog.h" + // ---------------------------------------------------------------------------- // constants // ----------------------------------------------------------------------------