rhi: Follow gles2_p private header fix for d3d11/12
Just in case someone includes the private headers outside of Qt. Pick-to: 6.6 Change-Id: I79232d2bab7604c71c31226a67ec3ef40210d161 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>bb10
parent
b2bfd757f7
commit
952f6f2e91
|
|
@ -16,7 +16,7 @@
|
|||
//
|
||||
|
||||
#include "qrhi_p.h"
|
||||
#include "qshaderdescription.h"
|
||||
#include <rhi/qshaderdescription.h>
|
||||
#include <QWindow>
|
||||
|
||||
#include <d3d11_1.h>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
//
|
||||
|
||||
#include "qrhi_p.h"
|
||||
#include "qshaderdescription.h"
|
||||
#include <rhi/qshaderdescription.h>
|
||||
#include <QWindow>
|
||||
#include <QBitArray>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue