From afd99c9c81ec37a294b14612ff98a4af6daabe29 Mon Sep 17 00:00:00 2001 From: Vladislav Vinogradov Date: Tue, 18 Feb 2014 10:45:47 +0400 Subject: [PATCH] fix bug #3544: add "opencv2/core/utility.hpp" header to precomp.hpp --- modules/cuda/src/precomp.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cuda/src/precomp.hpp b/modules/cuda/src/precomp.hpp index 93f987e..60c71b5 100644 --- a/modules/cuda/src/precomp.hpp +++ b/modules/cuda/src/precomp.hpp @@ -50,6 +50,7 @@ #include "opencv2/objdetect.hpp" #include "opencv2/core/private.cuda.hpp" +#include "opencv2/core/utility.hpp" #include "opencv2/opencv_modules.hpp" -- 2.7.4