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:
@@ -24,6 +24,8 @@
|
||||
#ifndef DXIL_VALIDATOR_H
|
||||
#define DXIL_VALIDATOR_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
struct dxil_validator;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user