diff options
Diffstat (limited to 'thirdparty1/linux/include/opencv/cxmisc.h')
-rw-r--r-- | thirdparty1/linux/include/opencv/cxmisc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/thirdparty1/linux/include/opencv/cxmisc.h b/thirdparty1/linux/include/opencv/cxmisc.h new file mode 100644 index 0000000..9b9bc82 --- /dev/null +++ b/thirdparty1/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 |