From: Chris Lattner Date: Thu, 12 Jul 2007 15:30:49 +0000 (+0000) Subject: Allow this to compile on compilers where X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f86638365f4801ec2d2970f7c0663e94590618b8;p=clang Allow this to compile on compilers where doesn't imply . git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39778 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/Diagnostic.h b/include/clang/Basic/Diagnostic.h index 07d38f2d8d..f879d195b2 100644 --- a/include/clang/Basic/Diagnostic.h +++ b/include/clang/Basic/Diagnostic.h @@ -15,6 +15,7 @@ #define LLVM_CLANG_DIAGNOSTIC_H #include +#include namespace clang { class DiagnosticClient;