#ifndef _OPENCV_FLANN_PRECOMP_HPP_
#define _OPENCV_FLANN_PRECOMP_HPP_

#include <cstdio>
#include <cstdarg>
#include <sstream>

#include "opencv2/flann/dist.h"
#include "opencv2/flann/index_testing.h"
#include "opencv2/flann/saving.h"
#include "opencv2/flann/general.h"

// index types
#include "opencv2/flann/all_indices.h"

#endif