Skip to content

Commit 756d9ee

Browse files
committed
resize_utils.cpp: return config.h
It is required in CentOS 7 the macro HAVE_OPENCV2_OPENCV_HPP to be defined.
1 parent ba1f203 commit 756d9ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/capture_filter/resize_utils.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
*
4646
*/
4747

48+
#ifdef HAVE_CONFIG_H
49+
#include "config.h"
50+
#endif
51+
4852
#include <cstdlib>
4953
#pragma GCC diagnostic push
5054
#pragma GCC diagnostic ignored "-Wcast-align"

0 commit comments

Comments
 (0)