Skip to content

Commit e0fe3cc

Browse files
authored
Update autotuned_index.h
Add missing sstream header for decl of std::ostringstream in line 104
1 parent 0a63ab3 commit e0fe3cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/flann/include/opencv2/flann/autotuned_index.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#ifndef OPENCV_FLANN_AUTOTUNED_INDEX_H_
3131
#define OPENCV_FLANN_AUTOTUNED_INDEX_H_
3232

33+
#include <sstream>
34+
3335
#include "general.h"
3436
#include "nn_index.h"
3537
#include "ground_truth.h"

0 commit comments

Comments
 (0)