From 44d568b6a8df444ef740af83bfdcc161b900e96e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 1 Dec 2001 20:49:12 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/file.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/file.cpp b/src/common/file.cpp index cc53e66a0a..1f1c1b85c5 100644 --- a/src/common/file.cpp +++ b/src/common/file.cpp @@ -128,6 +128,7 @@ #endif // !WX_PRECOMP #include "wx/filename.h" +#include "wx/file.h" // ============================================================================ // implementation of wxFile -- 2.50.0