From d5ba648183ba2086d629adb5234454f6e5902966 Mon Sep 17 00:00:00 2001 From: Willaaaaaaa <1091220123@qq.com> Date: Wed, 10 Dec 2025 13:57:39 +0800 Subject: [PATCH] fix build (#220) --- highgui/src/display_win32.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/highgui/src/display_win32.cpp b/highgui/src/display_win32.cpp index 5c993e9..712c4b7 100644 --- a/highgui/src/display_win32.cpp +++ b/highgui/src/display_win32.cpp @@ -16,10 +16,12 @@ // IMSHOW window for MS Windows #include "display_win32.h" + #include #include -#include +#include #include +#include #include static constexpr auto classNameBase = "OCVMWndClass";