Skip to content

Commit

Permalink
resize_utils.cpp: return config.h
Browse files Browse the repository at this point in the history
It is required in CentOS 7 the macro HAVE_OPENCV2_OPENCV_HPP to be
defined.
  • Loading branch information
MartinPulec committed Jan 30, 2024
1 parent ba1f203 commit 756d9ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/capture_filter/resize_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
*
*/

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <cstdlib>
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wcast-align"
Expand Down

0 comments on commit 756d9ee

Please sign in to comment.