missing include of <algorithm> and usage of std::minmax()
In bet/profile.cpp
the header <algorithm>
must be included. Don't now why it compiles on macOS without ...
std::minmax()
has been removed from C++17! This should be replaced.
Edited by gsell