Skip to content

Commit 2fb670c

Browse files
committed
hal: fix missing include "opencv2/imgproc/hal/interface.h"
1 parent 4597b94 commit 2fb670c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/imgproc/src/hal_replacement.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
#define OPENCV_IMGPROC_HAL_REPLACEMENT_HPP
4747

4848
#include "opencv2/core/hal/interface.h"
49+
#include "opencv2/imgproc/hal/interface.h"
4950

5051
#if defined __GNUC__
5152
# pragma GCC diagnostic push

0 commit comments

Comments
 (0)