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

pull/1384/head
hbristow 11 years ago
parent 6964f6aacc
commit 74accbd969
  1. 1
      modules/matlab/include/opencv2/matlab/mxarray.hpp

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

Loading…
Cancel
Save