Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/caneda/files/patch-src_fileformats.cpp
16466 views
1
--- src/fileformats.cpp.orig 2022-03-24 04:46:31 UTC
2
+++ src/fileformats.cpp
3
@@ -36,6 +36,7 @@
4
#include <QDebug>
5
#include <QFile>
6
#include <QFileInfo>
7
+#include <QtMath>
8
#include <QMessageBox>
9
#include <QRegularExpression>
10
#include <QString>
11
12