<p dir="ltr"><br>
On May 13, 2015 6:17 PM, "Richard Smith" <<a href="mailto:richard-llvm@metafoo.co.uk">richard-llvm@metafoo.co.uk</a>> wrote:<br>
><br>
> Author: rsmith<br>
> Date: Wed May 13 20:08:58 2015<br>
> New Revision: 237326<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=237326&view=rev">http://llvm.org/viewvc/llvm-project?rev=237326&view=rev</a><br>
> Log:<br>
> Add missing #include, found by modules build.<br>
><br>
> Modified:<br>
>     cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h<br>
><br>
> Modified: cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h<br>
> URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h?rev=237326&r1=237325&r2=237326&view=diff">http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h?rev=237326&r1=237325&r2=237326&view=diff</a><br>
> ==============================================================================<br>
> --- cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h (original)<br>
> +++ cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h Wed May 13 20:08:58 2015<br>
> @@ -17,6 +17,7 @@<br>
>  namespace clang {<br>
><br>
>  class IdentifierInfo;<br>
> +class Module;</p>
<p dir="ltr">So... His doesn't look like a #include ;)</p>
<p dir="ltr">><br>
>  /// \brief Abstract interface for external sources of preprocessor<br>
>  /// information.<br>
><br>
><br>
> _______________________________________________<br>
> cfe-commits mailing list<br>
> <a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</p>