Skip to content

Commit

Permalink
cleanup: compile fix for latest Xcode
Browse files Browse the repository at this point in the history
I'm not sure why these headers are needed here and nowhere else...

Signed-off-by: Dirk Hohndel <[email protected]>
  • Loading branch information
dirkhh committed Apr 28, 2022
1 parent 8d9730f commit a73fd0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions stats/statsaxis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
1 change: 1 addition & 0 deletions stats/statsview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "core/selection.h"
#include "core/trip.h"

#include <array> // for std::array
#include <cmath>
#include <QQuickItem>
#include <QQuickWindow>
Expand Down

0 comments on commit a73fd0e

Please sign in to comment.