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:
Vadim Zeitlin
2018-06-14 22:33:53 +02:00
parent 56d125041f
commit 7da13b273c

View File

@@ -14,6 +14,7 @@
#include "wx/statusbr.h"
#include "wx/platinfo.h"
#include "wx/settings.h"
#ifndef WX_PRECOMP
#include "wx/dc.h"