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:
parent
8d9730f74f
commit
a73fd0ed60
@ -10,6 +10,7 @@
|
||||
#include "core/subsurface-time.h"
|
||||
#include <math.h> // for lrint
|
||||
#include <numeric>
|
||||
#include <array> // for std::array
|
||||
#include <QFontMetrics>
|
||||
#include <QLocale>
|
||||
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
#include "core/selection.h"
|
||||
#include "core/trip.h"
|
||||
|
||||
#include <array> // for std::array
|
||||
#include <cmath>
|
||||
#include <QQuickItem>
|
||||
#include <QQuickWindow>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user