Updated by Andrey Kamaev almost 13 years ago

Bulding SVN Trunk 4797 with [[MinGW]] I receive the following error message:

\modules\ts\include\opencv2\ts\ts.hpp:302 : error: 'va_list' has not been declared

I solved adding missing #include <stdarg.h> to ts.hpp
like as r3787 https://code.ros.org/trac/opencv/changeset/3787

Back