diff options
author | Seo Sanghyeon <sanxiyn@gmail.com> | 2008-07-08 07:23:12 +0000 |
---|---|---|
committer | Seo Sanghyeon <sanxiyn@gmail.com> | 2008-07-08 07:23:12 +0000 |
commit | 1904f44757da60332274ce4c3991617de417362d (patch) | |
tree | 3c944ee5a505f9a50177940c40007170a2872efe /clang/lib/AST/ExprConstant.cpp | |
parent | 374b93df768f34d11a9f0fa573864fd732da2fda (diff) | |
download | bcm5719-llvm-1904f44757da60332274ce4c3991617de417362d.tar.gz bcm5719-llvm-1904f44757da60332274ce4c3991617de417362d.zip |
Compilation fix
llvm-svn: 53222
Diffstat (limited to 'clang/lib/AST/ExprConstant.cpp')
-rw-r--r-- | clang/lib/AST/ExprConstant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/ExprConstant.cpp b/clang/lib/AST/ExprConstant.cpp index f08499084a5..3be2f94f23f 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" |