Fix ribbon sample compilation after r71642.
Add a missing header with declaration of wxMessageBox() for PCH-less compilation. Closes #14376. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
401c8bc231
commit
a15f0e42bc
@ -24,6 +24,7 @@
|
||||
#include "wx/ribbon/toolbar.h"
|
||||
#include "wx/sizer.h"
|
||||
#include "wx/menu.h"
|
||||
#include "wx/msgdlg.h"
|
||||
#include "wx/dcbuffer.h"
|
||||
#include "wx/colordlg.h"
|
||||
#include "wx/artprov.h"
|
||||
|
Loading…
Reference in New Issue
Block a user