mirror of
https://github.com/opencv/opencv.git
synced 2025-07-24 14:06:27 +08:00
Merge pull request #22403 from Biswa96:add-locale-header
This commit is contained in:
commit
e14c3cff85
@ -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>
|
||||
|
@ -29,6 +29,7 @@
|
||||
#ifdef HAVE_MSMF_DXVA
|
||||
#include <d3d11.h>
|
||||
#include <d3d11_4.h>
|
||||
#include <locale>
|
||||
#endif
|
||||
#include <new>
|
||||
#include <map>
|
||||
|
Loading…
Reference in New Issue
Block a user