]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing include file
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 4 May 2002 13:17:36 +0000 (13:17 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 4 May 2002 13:17:36 +0000 (13:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dirdlg.h

index 32fd5710ec7a96782707b6593eabdde530998b05..467786df1b9ed50c9c107cb8e08f5f7d7ae814da 100644 (file)
@@ -3,6 +3,8 @@
 
 #if wxUSE_DIRDLG
 
+#include "wx/dialog.h"
+
 // ----------------------------------------------------------------------------
 // constants
 // ----------------------------------------------------------------------------