From 7bcc9eb973ea1aba395d6020a9215edf62251aff Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 16 Jul 2007 20:41:24 +0000 Subject: [PATCH] include wx/dynarray.h to fix compilation with minimal set of wxUSE options git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/filefn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/filefn.cpp b/src/common/filefn.cpp index 7e806a16cc..5786749e83 100644 --- a/src/common/filefn.cpp +++ b/src/common/filefn.cpp @@ -33,6 +33,7 @@ #include "wx/crt.h" #endif +#include "wx/dynarray.h" #include "wx/file.h" #include "wx/filename.h" #include "wx/dir.h" -- 2.45.2