summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-04-18 16:57:01 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-04-18 16:57:01 +0000
commit5dd15cdb8359d6b62f15334cf7c11bb617214ea4 (patch)
tree37c44e8195d484311d4ccfc9ab3670c15419b8c8 /include
parentf2896111b5da0a2491c9aa1d5950b14ec8663df2 (diff)
downloadllvm-5dd15cdb8359d6b62f15334cf7c11bb617214ea4.tar.gz
llvm-5dd15cdb8359d6b62f15334cf7c11bb617214ea4.tar.bz2
llvm-5dd15cdb8359d6b62f15334cf7c11bb617214ea4.tar.xz
LineIterator: Add DataTypes.h for int64_t on MSVC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206617 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/LineIterator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/LineIterator.h b/include/llvm/Support/LineIterator.h
index e2a3179db1..2a58262001 100644
--- a/include/llvm/Support/LineIterator.h
+++ b/include/llvm/Support/LineIterator.h
@@ -11,6 +11,7 @@
#define LLVM_SUPPORT_LINEITERATOR_H__
#include "llvm/ADT/StringRef.h"
+#include "llvm/Support/DataTypes.h"
#include <iterator>
namespace llvm {