Add <cstddef> for use of std::ptrdiff_t.
authorAhmed Charles <ahmedcharles@gmail.com>
Thu, 6 Mar 2014 06:13:54 +0000 (06:13 +0000)
committerAhmed Charles <ahmedcharles@gmail.com>
Thu, 6 Mar 2014 06:13:54 +0000 (06:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203086 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/StreamableMemoryObject.cpp

index df7620ae6b2e88cd5217969166ac2990cbfcca0f..d7804e65f2403c5b5d39deb4498fe86082b1a237 100644 (file)
@@ -10,6 +10,7 @@
 #include "llvm/Support/StreamableMemoryObject.h"
 #include "llvm/Support/Compiler.h"
 #include <cassert>
+#include <cstddef>
 #include <cstring>