From 2e61138d97b8d273eaae283bb7aac6756504df8d Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Sat, 30 Apr 2022 05:00:59 +0800 Subject: [PATCH] microsoft/compiler: Include stddef.h before using size_t Signed-off-by: Yonggang Luo Reviewed-by: Jesse Natalie Reviewed-by: Erik Faye-Lund Part-of: --- src/microsoft/compiler/dxil_validator.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/microsoft/compiler/dxil_validator.h b/src/microsoft/compiler/dxil_validator.h index 0a880eb155d..de5c064b711 100644 --- a/src/microsoft/compiler/dxil_validator.h +++ b/src/microsoft/compiler/dxil_validator.h @@ -24,6 +24,8 @@ #ifndef DXIL_VALIDATOR_H #define DXIL_VALIDATOR_H +#include + struct dxil_validator; #ifdef __cplusplus