Commit 74accbd9 authored by hbristow's avatar hbristow

Added <algorithm> to mxarray.hpp, which seems to be needed explictly by some compilers

parent 6964f6aa
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
#include <mex.h> #include <mex.h>
#include <stdint.h> #include <stdint.h>
#include <cstdarg> #include <cstdarg>
#include <algorithm>
#include <string> #include <string>
#include <vector> #include <vector>
#include <sstream> #include <sstream>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment