Add a missing include of cstddef needed for size_t.
[oota-llvm.git] / 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>