]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_ribbon.cpp
Fix for PCH-less compilation of wxRibbonXmlHandler.
[wxWidgets.git] / src / xrc / xh_ribbon.cpp
index 872803318647c2e583eef215acd3abd87b5b0039..09b8df21b3f9f2470ca0517df8fbbeaa0ba6b008 100644 (file)
 
 #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.
 //