Included c-headers for better 2.4 compatibility

This commit is contained in:
Maksim Shabunin
2014-12-18 17:56:24 +03:00
parent fed1b3fd59
commit c485aee464
9 changed files with 37 additions and 1 deletions

View File

@@ -458,4 +458,8 @@ public:
#include "opencv2/objdetect/detection_based_tracker.hpp"
#ifndef DISABLE_OPENCV_24_COMPATIBILITY
#include "opencv2/objdetect/objdetect_c.h"
#endif
#endif