[cfe-commits] r53222 - /cfe/trunk/lib/AST/ExprConstant.cpp
Seo Sanghyeon
sanxiyn at gmail.com
Tue Jul 8 00:23:13 PDT 2008
Author: sanxiyn
Date: Tue Jul 8 02:23:12 2008
New Revision: 53222
URL: http://llvm.org/viewvc/llvm-project?rev=53222&view=rev
Log:
Compilation fix
Modified:
cfe/trunk/lib/AST/ExprConstant.cpp
Modified: cfe/trunk/lib/AST/ExprConstant.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ExprConstant.cpp?rev=53222&r1=53221&r2=53222&view=diff
==============================================================================
--- cfe/trunk/lib/AST/ExprConstant.cpp (original)
+++ cfe/trunk/lib/AST/ExprConstant.cpp Tue Jul 8 02:23:12 2008
@@ -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"
More information about the cfe-commits
mailing list