diff --git a/modules/ocl/cl2cpp.py b/modules/ocl/cl2cpp.py index 9c8d9cfc4f..4ed410aada 100644 --- a/modules/ocl/cl2cpp.py +++ b/modules/ocl/cl2cpp.py @@ -14,7 +14,7 @@ cl_list = glob.glob(os.path.join(indir, "*.cl")) kfile = open(outname, "wt") kfile.write("""// This file is auto-generated. Do not edit! -//#include "precomp.hpp" + namespace cv { namespace ocl