From fe3998c3c951aff402131bf4261411ab28ae78f0 Mon Sep 17 00:00:00 2001 From: Mariano Reingart Date: Mon, 19 Jan 2015 02:22:41 +0000 Subject: [PATCH] Specify needed header files more correctly (needed for wxqt-android) Thanks @seandepagnier git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/qt/dcscreen.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/qt/dcscreen.cpp b/src/qt/dcscreen.cpp index 2336e0ce86..8ba3d18c9b 100644 --- a/src/qt/dcscreen.cpp +++ b/src/qt/dcscreen.cpp @@ -11,7 +11,8 @@ #include "wx/dcscreen.h" #include "wx/qt/dcscreen.h" -#include +#include +#include #include IMPLEMENT_ABSTRACT_CLASS(wxScreenDCImpl, wxWindowDCImpl)