From e14b765a89335c033265e3c99cf4dffad92390e7 Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Fri, 12 Apr 2013 18:08:10 +0000 Subject: [PATCH] Fixed a bug where a few class forward declarations weren't in the proper namespace. llvm-svn: 179389 --- lldb/include/lldb/Expression/DWARFExpression.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lldb/include/lldb/Expression/DWARFExpression.h b/lldb/include/lldb/Expression/DWARFExpression.h index 29a5364..35fa0a9 100644 --- a/lldb/include/lldb/Expression/DWARFExpression.h +++ b/lldb/include/lldb/Expression/DWARFExpression.h @@ -17,11 +17,11 @@ #include "lldb/Core/Error.h" #include "lldb/Core/Scalar.h" +namespace lldb_private { + class ClangExpressionVariable; class ClangExpressionVariableList; -namespace lldb_private { - class ClangExpressionDeclMap; //---------------------------------------------------------------------- -- 2.7.4