mirror of
https://github.com/opencv/opencv.git
synced 2025-07-30 01:06:38 +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
|
#define D3D11_NO_HELPERS
|
||||||
#include <d3d11.h>
|
#include <d3d11.h>
|
||||||
#include <codecvt>
|
#include <codecvt>
|
||||||
|
#include <locale>
|
||||||
#include "opencv2/core/directx.hpp"
|
#include "opencv2/core/directx.hpp"
|
||||||
#ifdef HAVE_OPENCL
|
#ifdef HAVE_OPENCL
|
||||||
#include <CL/cl_d3d11.h>
|
#include <CL/cl_d3d11.h>
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
#ifdef HAVE_MSMF_DXVA
|
#ifdef HAVE_MSMF_DXVA
|
||||||
#include <d3d11.h>
|
#include <d3d11.h>
|
||||||
#include <d3d11_4.h>
|
#include <d3d11_4.h>
|
||||||
|
#include <locale>
|
||||||
#endif
|
#endif
|
||||||
#include <new>
|
#include <new>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
Loading…
Reference in New Issue
Block a user