From b389c1cfe707a92c11373c603ee2bb59cdecfe04 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Mon, 20 Nov 2017 19:19:35 +0300 Subject: [PATCH] core(ocl): syntax fix --- modules/core/src/opencl/runtime/opencl_core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/src/opencl/runtime/opencl_core.cpp b/modules/core/src/opencl/runtime/opencl_core.cpp index c2dab8c6d8..e89ae20ea8 100644 --- a/modules/core/src/opencl/runtime/opencl_core.cpp +++ b/modules/core/src/opencl/runtime/opencl_core.cpp @@ -334,7 +334,7 @@ CV_SUPPRESS_DEPRECATED_END #include "opencv2/core/opencl/runtime/opencl_gl.hpp" #endif -#else HAVE_OPENCL_STATIC +#else // HAVE_OPENCL_STATIC #include "opencv2/core/opencl/runtime/opencl_gl.hpp"