mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 18:14:38 +00:00
added #include <algorithm> in muParserBytecode to avoid error std::max undefined
This commit is contained in:
parent
1ebf022b42
commit
94f3cc17d2
@ -30,6 +30,7 @@
|
||||
#include <stack>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
||||
#include "muParserDef.h"
|
||||
#include "muParserError.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user