From: Julian Smart Date: Tue, 28 Mar 2006 10:30:20 +0000 (+0000) Subject: stdpaths.h needs filefn.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f45bffb6861df2f9c25e7311b765be6ba9045f45?ds=sidebyside stdpaths.h needs filefn.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/stdpaths.h b/include/wx/stdpaths.h index d0b9dee54d..b3b54d4106 100644 --- a/include/wx/stdpaths.h +++ b/include/wx/stdpaths.h @@ -17,6 +17,7 @@ #if wxUSE_STDPATHS #include "wx/string.h" +#include "wx/filefn.h" // ---------------------------------------------------------------------------- // wxStandardPaths returns the standard locations in the file system