fixed fovis.hpp not found when using kinetic libfovis branch of https://github.com/srv/libfovis

This commit is contained in:
matlabbe
2018-08-29 14:48:30 -04:00
parent 94178c8cde
commit f64a5e75d5

View File

@@ -33,7 +33,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "rtabmap/utilite/UStl.h" #include "rtabmap/utilite/UStl.h"
#ifdef RTABMAP_FOVIS #ifdef RTABMAP_FOVIS
#include <fovis.hpp> #include <libfovis/fovis.hpp>
#endif #endif
namespace rtabmap { namespace rtabmap {