fixed opencv2/core.hpp not found

This commit is contained in:
matlabbe
2018-03-07 20:55:10 -05:00
parent 4969ece356
commit 10724fac3b

View File

@@ -8,7 +8,7 @@
#ifndef IMU_H_
#define IMU_H_
#include <opencv2/core.hpp>
#include <opencv2/core/core.hpp>
#include <rtabmap/utilite/ULogger.h>
namespace rtabmap {