Fix build against Qt 6.7 version

Seems like there were some changes in QTextStream class that now warrant
QString include as well.
This commit is contained in:
Priit Laes 2024-09-13 09:41:28 +03:00
parent 2cbb2bb8cf
commit 2e4a7f9f5c

View File

@ -1,5 +1,6 @@
#ifndef HEXWRITER_H
#define HEXWRITER_H
#include <QString>
#include <QTextStream>
class HexWriter