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:
Vadim Zeitlin 2012-10-23 14:30:23 +00:00
parent 3f6a19ffab
commit 65e9e9c303

View File

@ -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.
//