Add a include to fix build for qsgshaderrewriter.cpp
Due to the change, 164392548e3e1c7526d4eef4896748ef5162cf2d, in qtbase. Task-number: QTBUG-60411 Change-Id: I23db9dbe185f389c042e7039963bf0dae97d197a Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
parent
3390cc0274
commit
c3e8fc1038
|
@ -38,6 +38,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include <QtCore/QByteArray>
|
||||
#include <QtCore/QString>
|
||||
#include <QtGui/QSurfaceFormat>
|
||||
|
||||
// Duct Tape tokenizer for the purpose of parsing and rewriting
|
||||
|
|
Loading…
Reference in New Issue