From a73fd0ed60fef8c8969a18647b06f430742d5e54 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 26 Apr 2022 21:15:37 -0700 Subject: [PATCH] cleanup: compile fix for latest Xcode I'm not sure why these headers are needed here and nowhere else... Signed-off-by: Dirk Hohndel --- stats/statsaxis.cpp | 1 + stats/statsview.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/stats/statsaxis.cpp b/stats/statsaxis.cpp index c6017f1c5..560fefbeb 100644 --- a/stats/statsaxis.cpp +++ b/stats/statsaxis.cpp @@ -10,6 +10,7 @@ #include "core/subsurface-time.h" #include // for lrint #include +#include // for std::array #include #include diff --git a/stats/statsview.cpp b/stats/statsview.cpp index 5cce63763..3b21058aa 100644 --- a/stats/statsview.cpp +++ b/stats/statsview.cpp @@ -21,6 +21,7 @@ #include "core/selection.h" #include "core/trip.h" +#include // for std::array #include #include #include