summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-05-14 01:08:58 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-05-14 01:08:58 +0000
commit08abfa3aa9cc79faecbcf34986fc7a3c34496323 (patch)
tree82dbe9a8ed7c7a4b5b8d7f54ebe7c7bcf6318982
parentd0782a69ff4c04dc4f1dc1c11cb2fb43c6b638f5 (diff)
downloadbcm5719-llvm-08abfa3aa9cc79faecbcf34986fc7a3c34496323.tar.gz
bcm5719-llvm-08abfa3aa9cc79faecbcf34986fc7a3c34496323.zip
Add missing #include, found by modules build.
llvm-svn: 237326
-rw-r--r--clang/include/clang/Lex/ExternalPreprocessorSource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Lex/ExternalPreprocessorSource.h b/clang/include/clang/Lex/ExternalPreprocessorSource.h
index a795a8565d0..33e7a2d84b8 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.
OpenPOWER on IntegriCloud