From 2fb670cf09ca83da694365024efa288661c5340d Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Mon, 20 Jun 2016 19:25:49 +0300 Subject: [PATCH] hal: fix missing include "opencv2/imgproc/hal/interface.h" --- modules/imgproc/src/hal_replacement.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/imgproc/src/hal_replacement.hpp b/modules/imgproc/src/hal_replacement.hpp index e42cc44..2fd3539 100644 --- a/modules/imgproc/src/hal_replacement.hpp +++ b/modules/imgproc/src/hal_replacement.hpp @@ -46,6 +46,7 @@ #define OPENCV_IMGPROC_HAL_REPLACEMENT_HPP #include "opencv2/core/hal/interface.h" +#include "opencv2/imgproc/hal/interface.h" #if defined __GNUC__ # pragma GCC diagnostic push -- 2.7.4