r237326 - Add missing #include, found by modules build.

David Blaikie dblaikie at gmail.com
Wed May 13 19:40:58 PDT 2015


On May 13, 2015 6:17 PM, "Richard Smith" <richard-llvm at metafoo.co.uk> wrote:
>
> Author: rsmith
> Date: Wed May 13 20:08:58 2015
> New Revision: 237326
>
> URL: http://llvm.org/viewvc/llvm-project?rev=237326&view=rev
> Log:
> Add missing #include, found by modules build.
>
> Modified:
>     cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h
>
> Modified: cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h
> URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h?rev=237326&r1=237325&r2=237326&view=diff
>
==============================================================================
> --- cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h (original)
> +++ cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h Wed May 13
20:08:58 2015
> @@ -17,6 +17,7 @@
>  namespace clang {
>
>  class IdentifierInfo;
> +class Module;

So... His doesn't look like a #include ;)

>
>  /// \brief Abstract interface for external sources of preprocessor
>  /// information.
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150513/72e93455/attachment.html>


More information about the cfe-commits mailing list