From f45bffb6861df2f9c25e7311b765be6ba9045f45 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 28 Mar 2006 10:30:20 +0000 Subject: [PATCH] stdpaths.h needs filefn.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/stdpaths.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.0