From 852157601505e0a641f1b66c9e2fb028f77bb7d1 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Thu, 5 Mar 2009 00:37:49 +0000 Subject: [PATCH] Use LLVM type header rather than using stdint.h directly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66111 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/StmtIterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/StmtIterator.h b/include/clang/AST/StmtIterator.h index 360ec5f78b..35bd5ada02 100644 --- a/include/clang/AST/StmtIterator.h +++ b/include/clang/AST/StmtIterator.h @@ -15,8 +15,8 @@ #define LLVM_CLANG_AST_STMT_ITR_H #include "llvm/ADT/iterator.h" +#include "llvm/Support/DataTypes.h" #include -#include namespace clang { -- 2.50.1