Skip to content

Commit

Permalink
resize_utils: return config.h include
Browse files Browse the repository at this point in the history
Removed 2023-11-02 by commit 818e762, but it is actually required for
the HAVE_OPENCV2_OPENCV_HPP macro.
  • Loading branch information
MartinPulec committed Nov 20, 2023
1 parent 94f4233 commit 866ba7e
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 // defined HAVE_CONFIG_H

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

0 comments on commit 866ba7e

Please sign in to comment.