commit | 1904f44757da60332274ce4c3991617de417362d | [log] [tgz] |
---|---|---|
author | Seo Sanghyeon <sanxiyn@gmail.com> | Tue Jul 08 07:23:12 2008 +0000 |
committer | Seo Sanghyeon <sanxiyn@gmail.com> | Tue Jul 08 07:23:12 2008 +0000 |
tree | 3c944ee5a505f9a50177940c40007170a2872efe | |
parent | 374b93df768f34d11a9f0fa573864fd732da2fda [diff] [blame] |
Compilation fix llvm-svn: 53222
diff --git a/clang/lib/AST/ExprConstant.cpp b/clang/lib/AST/ExprConstant.cpp index f084990..3be2f94 100644 --- a/clang/lib/AST/ExprConstant.cpp +++ b/clang/lib/AST/ExprConstant.cpp
@@ -14,7 +14,7 @@ #include "clang/AST/APValue.h" #include "clang/AST/ASTContext.h" #include "clang/AST/Expr.h" -#include "clang/AST/STmtVisitor.h" +#include "clang/AST/StmtVisitor.h" #include "clang/Basic/TargetInfo.h" #include "llvm/Support/Compiler.h"