forked from Lainports/freebsd-ports
10 lines
248 B
C++
10 lines
248 B
C++
--- src/fileformats.cpp.orig 2022-03-24 04:46:31 UTC
|
|
+++ src/fileformats.cpp
|
|
@@ -36,6 +36,7 @@
|
|
#include <QDebug>
|
|
#include <QFile>
|
|
#include <QFileInfo>
|
|
+#include <QtMath>
|
|
#include <QMessageBox>
|
|
#include <QRegularExpression>
|
|
#include <QString>
|