microsoft/compiler: Include stddef.h before using size_t

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16671>
This commit is contained in:
Yonggang Luo 2022-04-30 05:00:59 +08:00 committed by Marge Bot
parent aa58ff191f
commit 2e61138d97

View file

@ -24,6 +24,8 @@
#ifndef DXIL_VALIDATOR_H
#define DXIL_VALIDATOR_H
#include <stddef.h>
struct dxil_validator;
#ifdef __cplusplus