From: Douglas Gregor Date: Thu, 14 May 2009 15:47:53 +0000 (+0000) Subject: Add forward declaration of Token. Thanks to Martin Doucha for pointing this out X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7633ab80454147ab4892b8de5fd16582a1f221e8;p=clang Add forward declaration of Token. Thanks to Martin Doucha for pointing this out git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71772 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Lex/PPCallbacks.h b/include/clang/Lex/PPCallbacks.h index ec29eec13a..e5cbeebd22 100644 --- a/include/clang/Lex/PPCallbacks.h +++ b/include/clang/Lex/PPCallbacks.h @@ -20,6 +20,7 @@ namespace clang { class SourceLocation; + class Token; class IdentifierInfo; class MacroInfo;