mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
Fixed Windows build (std::back_inserter not found)
This commit is contained in:
@@ -67,6 +67,9 @@
|
|||||||
#include <opencv2/features2d/features2d.hpp>
|
#include <opencv2/features2d/features2d.hpp>
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include <opencv2/imgproc/imgproc.hpp>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <algorithm>
|
||||||
|
#include <iterator>
|
||||||
|
#include <set>
|
||||||
|
|
||||||
#include "ORBextractor.h"
|
#include "ORBextractor.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user