Merge pull request #8558 from grundman:patch-4

This commit is contained in:
Alexander Alekhin 2017-04-25 16:03:02 +00:00
commit 3db496f677

View File

@ -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"