From: Vladislav Vinogradov Date: Tue, 18 Feb 2014 06:45:47 +0000 (+0400) Subject: fix bug #3544: X-Git-Tag: submit/tizen_ivi/20141117.190038~2^2~606^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=afd99c9c81ec37a294b14612ff98a4af6daabe29;p=profile%2Fivi%2Fopencv.git fix bug #3544: add "opencv2/core/utility.hpp" header to precomp.hpp --- 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"