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
This commit is contained in:
Vadim Zeitlin
2011-02-27 18:36:48 +00:00
parent 87c7345cd0
commit 6f83d108e9

View File

@@ -27,6 +27,7 @@
#ifndef WX_PRECOMP
#include "wx/gdicmn.h"
#include "wx/control.h"
#include "wx/dc.h"
#endif // WX_PRECOMP