1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Do not include headers in cv namespace

That creates some conflict on some windows platform with blaze.
This commit is contained in:
Vincent Rabaud
2026-07-16 14:14:37 +02:00
parent 5aff519a06
commit c2bf59ca0c
+3 -3
View File
@@ -42,9 +42,6 @@
#include <unordered_map>
#include "zlib.h"
namespace cv
{
#ifdef HAVE_HARFBUZZ
#include <hb.h>
@@ -59,6 +56,9 @@ namespace cv
//////////////////////////////////////////////////////////////////////////////////////
namespace cv
{
typedef struct BuiltinFontData
{
const uchar* gzdata;