From 98f5fcd86eb2b0144ba372c32cadc67cd4714abc Mon Sep 17 00:00:00 2001 From: Maksim Shabunin Date: Thu, 3 Dec 2015 14:56:15 +0300 Subject: [PATCH] HAL: fixed header path --- modules/hal/src/arithm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hal/src/arithm.cpp b/modules/hal/src/arithm.cpp index b0705c5137..e30cd7d9e5 100644 --- a/modules/hal/src/arithm.cpp +++ b/modules/hal/src/arithm.cpp @@ -45,7 +45,7 @@ #include "precomp.hpp" #include "arithm_simd.hpp" #include "arithm_core.hpp" -#include "opencv2/hal/replacement.hpp" +#include "replacement.hpp" namespace cv { namespace hal {