]> granicus.if.org Git - clang/commitdiff
Use LLVM type header rather than using stdint.h directly.
authorEli Friedman <eli.friedman@gmail.com>
Thu, 5 Mar 2009 00:37:49 +0000 (00:37 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 5 Mar 2009 00:37:49 +0000 (00:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66111 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/StmtIterator.h

index 360ec5f78bf790f09040432ec4eaa83d7130a97c..35bd5ada0256cdbd9ccd0f8ce76c2f76420fa530 100644 (file)
@@ -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 {