Browse Source

Add missing include to minoptmax.h

GCC11 has reorganized headers again, so this is not being included properly.
6.0.7
Ian McInerney 5 years ago
parent
commit
485106dc9f
  1. 2
      include/core/minoptmax.h

2
include/core/minoptmax.h

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

Loading…
Cancel
Save