From 62f0b1630b6592c6b5f3401eae038053ee2e0294 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Thu, 15 Oct 2015 19:41:54 +0000 Subject: [PATCH] Add a missing include of cstddef needed for size_t. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250446 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Valgrind.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Support/Valgrind.cpp b/lib/Support/Valgrind.cpp index 703448524ed..8d852a67c07 100644 --- a/lib/Support/Valgrind.cpp +++ b/lib/Support/Valgrind.cpp @@ -15,6 +15,7 @@ #include "llvm/Support/Valgrind.h" #include "llvm/Config/config.h" +#include #if HAVE_VALGRIND_VALGRIND_H #include -- 2.34.1