From 6d9ab4677c8c2b861601431a25e42516ed178bf1 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Mon, 20 May 2024 12:47:25 +0200 Subject: [PATCH] Include 'algorithm' header for std::sort() gcc 8.3+ errored out about missing std::sort() when including "timefunc.hxx". --- src/timefunc.hxx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/timefunc.hxx b/src/timefunc.hxx index 3cb34ad..1a8911e 100644 --- a/src/timefunc.hxx +++ b/src/timefunc.hxx @@ -31,6 +31,7 @@ on this file might be covered by the GNU General Public License. #include #include #include +#include #include -- 1.7.1