Add missing include to minoptmax.h

GCC11 has reorganized headers again, so this is not being included properly.
This commit is contained in:
Ian McInerney 2020-12-07 22:04:29 +00:00
parent 27fa3a422a
commit 485106dc9f
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#ifndef MINOPTMAX_PROTO_H
#define MINOPTMAX_PROTO_H
#include <limits>
template<class T=int>
class MINOPTMAX
{