From c848b2f955851cbaf8c8a6685890490b21f1ae8e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin <vadim@wxwidgets.org> Date: Wed, 19 Dec 2001 01:31:27 +0000 Subject: [PATCH] compilation fix for Windows git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/filename.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/filename.cpp b/src/common/filename.cpp index 397171c470..d5fcbb5495 100644 --- a/src/common/filename.cpp +++ b/src/common/filename.cpp @@ -80,6 +80,7 @@ #include "wx/tokenzr.h" #include "wx/config.h" // for wxExpandEnvVars #include "wx/utils.h" +#include "wx/file.h" #if wxUSE_DYNLIB_CLASS #include "wx/dynlib.h" -- 2.47.2