[llvm] r206617 - LineIterator: Add DataTypes.h for int64_t on MSVC.

Benjamin Kramer benny.kra at googlemail.com
Fri Apr 18 09:57:02 PDT 2014


Author: d0k
Date: Fri Apr 18 11:57:01 2014
New Revision: 206617

URL: http://llvm.org/viewvc/llvm-project?rev=206617&view=rev
Log:
LineIterator: Add DataTypes.h for int64_t on MSVC.

Modified:
    llvm/trunk/include/llvm/Support/LineIterator.h

Modified: llvm/trunk/include/llvm/Support/LineIterator.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/LineIterator.h?rev=206617&r1=206616&r2=206617&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/LineIterator.h (original)
+++ llvm/trunk/include/llvm/Support/LineIterator.h Fri Apr 18 11:57:01 2014
@@ -11,6 +11,7 @@
 #define LLVM_SUPPORT_LINEITERATOR_H__
 
 #include "llvm/ADT/StringRef.h"
+#include "llvm/Support/DataTypes.h"
 #include <iterator>
 
 namespace llvm {





More information about the llvm-commits mailing list