mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-12 12:33:17 +00:00
Add a missing include of cstddef needed for size_t.
llvm-svn: 250446
This commit is contained in:
parent
04a5b0845c
commit
40afb58969
@ -15,6 +15,7 @@
|
||||
|
||||
#include "llvm/Support/Valgrind.h"
|
||||
#include "llvm/Config/config.h"
|
||||
#include <cstddef>
|
||||
|
||||
#if HAVE_VALGRIND_VALGRIND_H
|
||||
#include <valgrind/valgrind.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user