From: Julian Smart Date: Tue, 19 Jan 1999 18:28:10 +0000 (+0000) Subject: Include dynarray.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1c10eaf7d6998c752e9a98dd8721d2f87e3c03f5 Include dynarray.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/app.cpp b/src/msw/app.cpp index 6f3427a7bc..591578c2b8 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -34,6 +34,7 @@ #include "wx/dialog.h" #include "wx/msgdlg.h" #include "wx/intl.h" + #include "wx/dynarray.h" #endif #include "wx/msw/private.h"