diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-08-24 07:18:07 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-08-24 07:18:07 +0000 |
commit | 7386c7be4cb56637c175f535664853ba8c3842e8 (patch) | |
tree | 7a6e43fbdb843084a09e74bc5a2d000c63813654 /include/llvm/Support | |
parent | 5d2ba37558421b75bc667f4a761c47406407966c (diff) | |
download | external_llvm-7386c7be4cb56637c175f535664853ba8c3842e8.zip external_llvm-7386c7be4cb56637c175f535664853ba8c3842e8.tar.gz external_llvm-7386c7be4cb56637c175f535664853ba8c3842e8.tar.bz2 |
Add missing include (for MSVC).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79897 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support')
-rw-r--r-- | include/llvm/Support/raw_ostream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/raw_ostream.h b/include/llvm/Support/raw_ostream.h index e9e2379..58253dd 100644 --- a/include/llvm/Support/raw_ostream.h +++ b/include/llvm/Support/raw_ostream.h @@ -15,6 +15,7 @@ #define LLVM_SUPPORT_RAW_OSTREAM_H #include "llvm/ADT/StringRef.h" +#include "llvm/Support/DataTypes.h" namespace llvm { class format_object_base; |