From 910426ee7bbd9f5959b4d5d075b35f0e8e3b52a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 24 Jun 2003 11:29:40 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/appbase.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index 2ca933042f..40e4147114 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -27,6 +27,7 @@ #ifndef WX_PRECOMP #include "wx/app.h" #include "wx/intl.h" + #include "wx/list.h" #if wxUSE_LOG #include "wx/log.h" #endif // wxUSE_LOG -- 2.45.2