From a6df67e8bcd5159cde27556f4f6a315f8dc2215f Mon Sep 17 00:00:00 2001 From: shamikam Date: Mon, 16 Jan 2017 02:56:17 +0530 Subject: First Commit --- thirdparty/linux/include/opencv/cxmisc.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 thirdparty/linux/include/opencv/cxmisc.h (limited to 'thirdparty/linux/include/opencv/cxmisc.h') diff --git a/thirdparty/linux/include/opencv/cxmisc.h b/thirdparty/linux/include/opencv/cxmisc.h new file mode 100644 index 0000000..9b9bc82 --- /dev/null +++ b/thirdparty/linux/include/opencv/cxmisc.h @@ -0,0 +1,8 @@ +#ifndef OPENCV_OLD_CXMISC_H +#define OPENCV_OLD_CXMISC_H + +#ifdef __cplusplus +# include "opencv2/core/utility.hpp" +#endif + +#endif -- cgit