fix(api): opencv 2 complie

This commit is contained in:
TinyOh 2019-04-01 18:13:34 +08:00
parent 48eadfafda
commit fff99af775

View File

@ -17,8 +17,9 @@
#include <opencv2/calib3d/calib3d.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#ifndef WITH_OPENCV2
#include <opencv2/core/persistence.hpp>
#endif
#include "mynteye/logger.h"
MYNTEYE_BEGIN_NAMESPACE