From: Benjamin Kramer Date: Fri, 18 Apr 2014 16:57:01 +0000 (+0000) Subject: LineIterator: Add DataTypes.h for int64_t on MSVC. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5dd15cdb8359d6b62f15334cf7c11bb617214ea4;p=oota-llvm.git 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 --- diff --git a/include/llvm/Support/LineIterator.h b/include/llvm/Support/LineIterator.h index e2a3179db17..2a582620014 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 namespace llvm {