Fixed Windows build (std::back_inserter not found)

This commit is contained in:
matlabbe
2019-04-23 16:15:50 -04:00
parent f1ae4002aa
commit 1a71406f84

View File

@@ -67,6 +67,9 @@
#include <opencv2/features2d/features2d.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <vector>
#include <algorithm>
#include <iterator>
#include <set>
#include "ORBextractor.h"