Fix wxOSX compilation problem due to missing wx/settings.h
Include the header required by the code using wxSystemSettings added in
5091d87825
See #18146.
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
#include "wx/statusbr.h"
|
#include "wx/statusbr.h"
|
||||||
#include "wx/platinfo.h"
|
#include "wx/platinfo.h"
|
||||||
|
#include "wx/settings.h"
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include "wx/dc.h"
|
#include "wx/dc.h"
|
||||||
|
Reference in New Issue
Block a user