summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/Twine.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-07-29 11:21:25 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-07-29 11:21:25 +0000
commit37e3fe9ad7d7cb350cbbce0695c68d652d624bb4 (patch)
treef96daeaeeaaac92d3fed2415185e6c91f0384420 /include/llvm/ADT/Twine.h
parent763457e70bc9c5c2def89d24a133808b8a971f9f (diff)
downloadllvm-37e3fe9ad7d7cb350cbbce0695c68d652d624bb4.tar.gz
llvm-37e3fe9ad7d7cb350cbbce0695c68d652d624bb4.tar.bz2
llvm-37e3fe9ad7d7cb350cbbce0695c68d652d624bb4.tar.xz
MSVC build fix. Patch by Olaf Krzikalla!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77450 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/Twine.h')
-rw-r--r--include/llvm/ADT/Twine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/Twine.h b/include/llvm/ADT/Twine.h
index 851839577f..66a4ad3311 100644
--- a/include/llvm/ADT/Twine.h
+++ b/include/llvm/ADT/Twine.h
@@ -11,6 +11,7 @@
#define LLVM_ADT_TWINE_H
#include "llvm/ADT/StringRef.h"
+#include "llvm/Support/DataTypes.h"
#include <cassert>
#include <string>