diff options
| author | Vladimir Druzenko <vvd@FreeBSD.org> | 2026-03-03 13:12:07 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2026-03-03 13:13:41 +0000 |
| commit | fd109706991af56f37679d3d985fda827a282a27 (patch) | |
| tree | 521935699b3d595d7fb8d1d0ac5137843e568364 | |
| parent | a79ea4d76eb910643fc540029723ad6c6e3b2b9b (diff) | |
graphics/opencv: Fix build issue with VTK option enabled due to lack of #include <iostream>
Approved by: portmgr (blanket - fix build)
| -rw-r--r-- | graphics/opencv/files/patch-contrib_modules_viz_src_widget.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/opencv/files/patch-contrib_modules_viz_src_widget.cpp b/graphics/opencv/files/patch-contrib_modules_viz_src_widget.cpp new file mode 100644 index 000000000000..72446e1a768a --- /dev/null +++ b/graphics/opencv/files/patch-contrib_modules_viz_src_widget.cpp @@ -0,0 +1,11 @@ +--- contrib/modules/viz/src/widget.cpp.orig 2025-12-16 10:59:36 UTC ++++ contrib/modules/viz/src/widget.cpp +@@ -45,6 +45,8 @@ + + #include "precomp.hpp" + ++#include <iostream> ++ + /////////////////////////////////////////////////////////////////////////////////////////////// + /// widget implementation + |
