From 36a0be682f72a769681eeddbf935ebc784fdb195 Mon Sep 17 00:00:00 2001 From: Thibault LESCOAT Date: Wed, 18 Jun 2025 14:22:52 +0200 Subject: [PATCH] Do not prefix to be compatible with the version on vcpkg --- src/tint/lang/hlsl/validate/validate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tint/lang/hlsl/validate/validate.cc b/src/tint/lang/hlsl/validate/validate.cc index b769d7f935b..6a5276fe168 100644 --- a/src/tint/lang/hlsl/validate/validate.cc +++ b/src/tint/lang/hlsl/validate/validate.cc @@ -50,7 +50,7 @@ TINT_BEGIN_DISABLE_ALL_WARNINGS(); // # Use UUID emulation with clang to avoid compiling with ms-extensions #define __EMULATE_UUID #endif -#include "dxc/dxcapi.h" +#include TINT_END_DISABLE_ALL_WARNINGS(); // Disable warnings about old-style casts which result from using