qdxgivsyncservice_p: Add missing includes
MSVC locally complains about usage of undefined class QHash and QVarLengthArray Change-Id: I9ab0067f3f7dc832da879e283f920546aefb7e47 Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
parent
00bcf5a867
commit
481b6c72b4
@ -8,6 +8,7 @@
|
||||
#include <QCoreApplication>
|
||||
#include <QLoggingCategory>
|
||||
#include <QScreen>
|
||||
#include <QVarLengthArray>
|
||||
#include <QtCore/private/qsystemerror_p.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -17,6 +17,7 @@
|
||||
|
||||
#include <QWindow>
|
||||
#include <QMutex>
|
||||
#include <QHash>
|
||||
|
||||
#include <dxgi1_6.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user