From 485106dc9f1d21d31207fd82356e594874f5e91d Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Mon, 7 Dec 2020 22:04:29 +0000 Subject: [PATCH] Add missing include to minoptmax.h GCC11 has reorganized headers again, so this is not being included properly. --- include/core/minoptmax.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/core/minoptmax.h b/include/core/minoptmax.h index 38ad8d601e..cdeca9e891 100644 --- a/include/core/minoptmax.h +++ b/include/core/minoptmax.h @@ -24,6 +24,8 @@ #ifndef MINOPTMAX_PROTO_H #define MINOPTMAX_PROTO_H +#include + template class MINOPTMAX {