From: Thomas Jarosch Date: Mon, 20 May 2024 10:47:25 +0000 (+0200) Subject: Include 'algorithm' header for std::sort() X-Git-Tag: v2.12~6 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=6d9ab4677c8c2b861601431a25e42516ed178bf1;p=libi2ncommon Include 'algorithm' header for std::sort() gcc 8.3+ errored out about missing std::sort() when including "timefunc.hxx". --- 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