]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing include (patch 690352)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Mar 2003 23:21:53 +0000 (23:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Mar 2003 23:21:53 +0000 (23:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/filedlgg.cpp

index 611fcf0a0424523f99644e29f90060e7e970e7d5..9de793bd62d651c517c49adae420bf098d1226fe 100644 (file)
@@ -56,6 +56,7 @@
 #include "wx/dir.h"
 #include "wx/artprov.h"
 #include "wx/hash.h"
+#include "wx/file.h"        // for wxS_IXXX constants only
 
 #if wxUSE_TOOLTIPS
     #include "wx/tooltip.h"