Merge pull request #22403 from Biswa96:add-locale-header

This commit is contained in:
Alexander Smorkalov 2022-08-19 10:01:23 +00:00
commit e14c3cff85
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#define D3D11_NO_HELPERS
#include <d3d11.h>
#include <codecvt>
#include <locale>
#include "opencv2/core/directx.hpp"
#ifdef HAVE_OPENCL
#include <CL/cl_d3d11.h>

View File

@ -29,6 +29,7 @@
#ifdef HAVE_MSMF_DXVA
#include <d3d11.h>
#include <d3d11_4.h>
#include <locale>
#endif
#include <new>
#include <map>