1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

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
@@ -46,6 +46,7 @@
#include <mex.h>
#include <stdint.h>
#include <cstdarg>
#include <algorithm>
#include <string>
#include <vector>
#include <sstream>