From 3d01a7f6ab1078f98e737b6ffd8dcdfbe78ef31a 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237326 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Lex/ExternalPreprocessorSource.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/clang/Lex/ExternalPreprocessorSource.h b/include/clang/Lex/ExternalPreprocessorSource.h index a795a8565d..33e7a2d84b 100644 --- a/include/clang/Lex/ExternalPreprocessorSource.h +++ b/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.50.1