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
commit3d01a7f6ab1078f98e737b6ffd8dcdfbe78ef31a (patch)
tree3fbdb041a51e63586d747fc5702a37a022d4b3b3
parentfae558debab1a30bfef98e36e2d0fdbf997210ba (diff)
Add missing #include, found by modules build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237326 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Lex/ExternalPreprocessorSource.h1
1 files changed, 1 insertions, 0 deletions
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.