From: Adrian Prantl Date: Thu, 15 Oct 2015 19:41:54 +0000 (+0000) Subject: Add a missing include of cstddef needed for size_t. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=62f0b1630b6592c6b5f3401eae038053ee2e0294;p=oota-llvm.git 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 --- 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