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

This commit is contained in:
hbristow
2013-09-06 16:42:32 +10:00
parent 6964f6aacc
commit 74accbd969

View File

@@ -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>