rhi: Follow gles2_p private header fix for d3d11/12

Just in case someone includes the private headers outside of Qt.

Change-Id: I79232d2bab7604c71c31226a67ec3ef40210d161
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
(cherry picked from commit 952f6f2e915a90d55ff38b532a3692e87f151e33)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Laszlo Agocs 2023-06-20 11:02:23 +02:00 committed by Qt Cherry-pick Bot
parent de01c5ecb8
commit 45e2533ebf
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
//
#include "qrhi_p.h"
#include "qshaderdescription.h"
#include <rhi/qshaderdescription.h>
#include <QWindow>
#include <d3d11_1.h>

View File

@ -16,7 +16,7 @@
//
#include "qrhi_p.h"
#include "qshaderdescription.h"
#include <rhi/qshaderdescription.h>
#include <QWindow>
#include <QBitArray>