Include missing headers to fix build.

This commit is contained in:
harry 2024-02-17 19:20:04 -05:00
parent 3f81906926
commit b5ae9012ce
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@
#endif
#include <QUrl>
#include <QFile>
#include <QIODevice>
#include <QTextEdit>
#include <QFileInfo>
#include <QFileDialog>