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 <stdint.h>
#include <cstdarg>
#include <algorithm>
#include <string>
#include <vector>
#include <sstream>