Commit e0fe3cce authored by Matthias Grundmann's avatar Matthias Grundmann Committed by GitHub

Update autotuned_index.h

Add missing sstream header for decl of std::ostringstream in line 104
parent 0a63ab36
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment