From: Vadim Zeitlin Date: Wed, 5 Mar 2008 12:27:21 +0000 (+0000) Subject: include wx/artprov.h to define wxArtID used in this header X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dbf2bd150d44ba09e5d4643ee7abbaf21089eb89?ds=inline include wx/artprov.h to define wxArtID used in this header git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/filedlgg.h b/include/wx/generic/filedlgg.h index 36030f175e..45f37b666d 100644 --- a/include/wx/generic/filedlgg.h +++ b/include/wx/generic/filedlgg.h @@ -15,6 +15,7 @@ #include "wx/listctrl.h" #include "wx/datetime.h" #include "wx/filefn.h" +#include "wx/artprov.h" #include "wx/filedlg.h" #include "wx/generic/filectrlg.h"