Add a missing include of cstddef needed for size_t.
authorAdrian Prantl <aprantl@apple.com>
Thu, 15 Oct 2015 19:41:54 +0000 (19:41 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 15 Oct 2015 19:41:54 +0000 (19:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250446 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Valgrind.cpp

index 703448524ed9628afb9b280cefa95a6deda5cf38..8d852a67c0756b1b4cf6dc2d66c1879e0dc2b9e4 100644 (file)
@@ -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>