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
This commit is contained in:
Mariano Reingart 2015-01-19 02:22:41 +00:00
parent 98c49c9cc5
commit fe3998c3c9

View File

@ -11,7 +11,8 @@
#include "wx/dcscreen.h"
#include "wx/qt/dcscreen.h"
#include <QtWidgets>
#include <QtWidgets/QDesktopWidget>
#include <QtGui/QScreen>
#include <QPixmap>
IMPLEMENT_ABSTRACT_CLASS(wxScreenDCImpl, wxWindowDCImpl)