Fix compilation when wxUSE_SPINCTRL==0

In wxWindowMac code there is a reference to wxSpinButton (not wxSpinCtrl),
so we need to include wxSpinButton's header file.
This commit is contained in:
Artur Wieczorek 2017-08-01 20:45:30 +02:00
parent 729c3ec77b
commit f81cc8e61e

View File

@ -38,7 +38,7 @@
#endif
#include "wx/tooltip.h"
#include "wx/spinctrl.h"
#include "wx/spinbutt.h"
#include "wx/geometry.h"
#include "wx/weakref.h"