cleanup: compile fix for latest Xcode

I'm not sure why these headers are needed here and nowhere else...

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2022-04-26 21:15:37 -07:00
parent 8d9730f74f
commit a73fd0ed60
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@
#include "core/subsurface-time.h" #include "core/subsurface-time.h"
#include <math.h> // for lrint #include <math.h> // for lrint
#include <numeric> #include <numeric>
#include <array> // for std::array
#include <QFontMetrics> #include <QFontMetrics>
#include <QLocale> #include <QLocale>

View file

@ -21,6 +21,7 @@
#include "core/selection.h" #include "core/selection.h"
#include "core/trip.h" #include "core/trip.h"
#include <array> // for std::array
#include <cmath> #include <cmath>
#include <QQuickItem> #include <QQuickItem>
#include <QQuickWindow> #include <QQuickWindow>