From 08abfa3aa9cc79faecbcf34986fc7a3c34496323 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 14 May 2015 01:08:58 +0000 Subject: [PATCH] Add missing #include, found by modules build. llvm-svn: 237326 --- clang/include/clang/Lex/ExternalPreprocessorSource.h | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/include/clang/Lex/ExternalPreprocessorSource.h b/clang/include/clang/Lex/ExternalPreprocessorSource.h index a795a85..33e7a2d 100644 --- a/clang/include/clang/Lex/ExternalPreprocessorSource.h +++ b/clang/include/clang/Lex/ExternalPreprocessorSource.h @@ -17,6 +17,7 @@ namespace clang { class IdentifierInfo; +class Module; /// \brief Abstract interface for external sources of preprocessor /// information. -- 2.7.4