0
0
mirror of https://github.com/opencv/opencv.git synced 2026-01-18 17:21:42 +01:00

Add missing combaseapi.h include.

This is needed for CoCreateGuid.
This commit is contained in:
Vincent Rabaud
2025-12-08 08:53:54 +01:00
parent bd54424f03
commit c6220c2b47

View File

@@ -178,6 +178,7 @@ const uint64_t AT_HWCAP = NT_GNU_HWCAP;
#define _WIN32_WINNT 0x0400 // http://msdn.microsoft.com/en-us/library/ms686857(VS.85).aspx
#endif
#include <windows.h>
#include <combaseapi.h>
#if (_WIN32_WINNT >= 0x0602)
#include <synchapi.h>
#endif