From 89220a94281cb6693464dafa4f562eaa9ae0d540 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Tue, 25 Oct 2005 13:58:32 +0000 Subject: [PATCH] missing #include (SF bug 1327872) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/ffile.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/ffile.cpp b/src/common/ffile.cpp index 3422506621..d34756376a 100644 --- a/src/common/ffile.cpp +++ b/src/common/ffile.cpp @@ -31,6 +31,10 @@ #include "wx/log.h" #endif +#ifdef __WINDOWS__ +#include "wx/msw/mslu.h" +#endif + #include "wx/ffile.h" // ============================================================================ -- 2.45.2