Compilation fix for PCH-less build after bc492a9
.
Include wx/dcscreen.h explicitly now that it is used in the default wxWindow::GetContentScaleFactor() implementation.
This commit is contained in:
parent
7a0123ea8e
commit
5d5d6e84cb
@ -42,6 +42,7 @@
|
||||
#include "wx/statusbr.h"
|
||||
#include "wx/toolbar.h"
|
||||
#include "wx/dcclient.h"
|
||||
#include "wx/dcscreen.h"
|
||||
#include "wx/scrolbar.h"
|
||||
#include "wx/layout.h"
|
||||
#include "wx/sizer.h"
|
||||
|
Loading…
Reference in New Issue
Block a user