Fix for PCH-less compilation of wxRibbonXmlHandler.
Need to have wxMenu declaration in order to wxDynamicCast() to it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3f6a19ffab
commit
65e9e9c303
@ -25,6 +25,10 @@
|
||||
|
||||
#include "wx/scopeguard.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/menu.h"
|
||||
#endif
|
||||
|
||||
// Ribbon bars can contain only pages which are usually panels but may contain
|
||||
// any wxWindow.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user