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";