diff options
-rw-r--r-- | include/clang/AST/StmtIterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <cassert> -#include <stdint.h> namespace clang { |