Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include <algorithm> in muParserTemplateMagic.h
The NEC compiler (https://sxauroratsubasa.sakura.ne.jp/Documentation) complains that std::min is not known here. Adding the include for algorithm, where it is defined (https://en.cppreference.com/w/cpp/algorithm/min) resolves the issue.
- Loading branch information