adding missing include (fixing 'no ocl implementation' error)
authorAndrey Pavlenko <andrey.pavlenko@itseez.com>
Fri, 21 Mar 2014 10:30:49 +0000 (14:30 +0400)
committerAndrey Pavlenko <andrey.pavlenko@itseez.com>
Fri, 21 Mar 2014 10:30:49 +0000 (14:30 +0400)
modules/nonfree/perf/perf_precomp.hpp

index addba7b..57bbe16 100644 (file)
@@ -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"