From b2e972ec6ce99e30214f547291a2de4079e60615 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 30 Jun 2003 22:38:17 +0000 Subject: [PATCH] added missing #include bitmap.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/appcmn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index 78ede412b9..598204ad13 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -30,6 +30,7 @@ #ifndef WX_PRECOMP #include "wx/app.h" + #include "wx/bitmap.h" #include "wx/intl.h" #include "wx/list.h" #include "wx/log.h" -- 2.50.0