summaryrefslogtreecommitdiff
path: root/include/clang/Sema/SemaLambda.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Sema/SemaLambda.h')
-rw-r--r--include/clang/Sema/SemaLambda.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Sema/SemaLambda.h b/include/clang/Sema/SemaLambda.h
index d043e2c459b3..df40b134f0a7 100644
--- a/include/clang/Sema/SemaLambda.h
+++ b/include/clang/Sema/SemaLambda.h
@@ -18,7 +18,7 @@
#include "clang/AST/ASTLambda.h"
#include "clang/Sema/ScopeInfo.h"
namespace clang {
-
+class Sema;
/// \brief Examines the FunctionScopeInfo stack to determine the nearest
/// enclosing lambda (to the current lambda) that is 'capture-capable' for