Try to fix GitHub builds

The GitHub builds seem to need the explicit include which for some
reason is not needed on my developer machine.
This commit is contained in:
Michael Gregorius
2023-06-08 11:09:38 +02:00
parent 02fef122ae
commit 502e95d5b4

View File

@@ -29,6 +29,7 @@
#include <cmath>
#include <map>
#include <set>
#include <cassert>
#include <QDebug>
#include <QFile>