From 7968b5c4c5e953a778708d3b8963db122cf5b3d4 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sun, 25 Nov 2012 02:30:08 +0000 Subject: [PATCH] non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/framecmn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/framecmn.cpp b/src/common/framecmn.cpp index edb60fb2c9..29cc46a368 100644 --- a/src/common/framecmn.cpp +++ b/src/common/framecmn.cpp @@ -26,6 +26,7 @@ #include "wx/frame.h" #ifndef WX_PRECOMP + #include "wx/app.h" #include "wx/menu.h" #include "wx/menuitem.h" #include "wx/dcclient.h" -- 2.45.2