diff options
author | Ahmed Charles <ahmedcharles@gmail.com> | 2014-03-06 06:13:54 +0000 |
---|---|---|
committer | Ahmed Charles <ahmedcharles@gmail.com> | 2014-03-06 06:13:54 +0000 |
commit | f6863f1aab3318f9861a598abf0b5b805790fcbf (patch) | |
tree | 7f9c619cfe3d5f4656eb064554362770ac53f577 /llvm/lib/Support | |
parent | 5ec8fe19cf10d64f17ba24e066c7450ee95abecb (diff) | |
download | bcm5719-llvm-f6863f1aab3318f9861a598abf0b5b805790fcbf.tar.gz bcm5719-llvm-f6863f1aab3318f9861a598abf0b5b805790fcbf.zip |
Add <cstddef> for use of std::ptrdiff_t.
llvm-svn: 203086
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r-- | llvm/lib/Support/StreamableMemoryObject.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/StreamableMemoryObject.cpp b/llvm/lib/Support/StreamableMemoryObject.cpp index df7620ae6b2..d7804e65f24 100644 --- a/llvm/lib/Support/StreamableMemoryObject.cpp +++ b/llvm/lib/Support/StreamableMemoryObject.cpp @@ -10,6 +10,7 @@ #include "llvm/Support/StreamableMemoryObject.h" #include "llvm/Support/Compiler.h" #include <cassert> +#include <cstddef> #include <cstring> |