Update autotuned_index.h
Add missing sstream header for decl of std::ostringstream in line 104
This commit is contained in:
parent
0a63ab36bb
commit
e0fe3cce71
@ -30,6 +30,8 @@
|
||||
#ifndef OPENCV_FLANN_AUTOTUNED_INDEX_H_
|
||||
#define OPENCV_FLANN_AUTOTUNED_INDEX_H_
|
||||
|
||||
#include <sstream>
|
||||
|
||||
#include "general.h"
|
||||
#include "nn_index.h"
|
||||
#include "ground_truth.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user