adding missing include (fixing 'no ocl implementation' error)

pull/2511/head
Andrey Pavlenko 11 years ago
parent 034ef02409
commit fe5eaae102
  1. 2
      modules/nonfree/perf/perf_precomp.hpp

@ -9,6 +9,8 @@
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#include "cvconfig.h"
#include "opencv2/ts/ts.hpp"
#include "opencv2/nonfree/nonfree.hpp"

Loading…
Cancel
Save