From 6f83d108e9d75bb62ae64f6cb8db43251c750b81 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 27 Feb 2011 18:36:48 +0000 Subject: [PATCH] Another fix for PCH-less build in markup code. Include wx/control.h to use wxControl::RemoveMnemonics() and FindAccelInIndex(). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/markuptext.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generic/markuptext.cpp b/src/generic/markuptext.cpp index 03068db663..32222b0c29 100644 --- a/src/generic/markuptext.cpp +++ b/src/generic/markuptext.cpp @@ -27,6 +27,7 @@ #ifndef WX_PRECOMP #include "wx/gdicmn.h" + #include "wx/control.h" #include "wx/dc.h" #endif // WX_PRECOMP -- 2.45.2