Skip to content

Commit

Permalink
Merge pull request #137 from haraldkl/algorithm-include
Browse files Browse the repository at this point in the history
Include <algorithm> in muParserTemplateMagic.h
  • Loading branch information
beltoforion authored Mar 9, 2024
2 parents a326a5e + 17a32d2 commit f03fdef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/muParserTemplateMagic.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#ifndef MU_PARSER_TEMPLATE_MAGIC_H
#define MU_PARSER_TEMPLATE_MAGIC_H

#include <algorithm>
#include <cmath>
#include "muParserError.h"

Expand Down

0 comments on commit f03fdef

Please sign in to comment.