forked from OSchip/llvm-project
Allow this to compile on compilers where <string>
doesn't imply <cassert>. llvm-svn: 39778
This commit is contained in:
parent
b76cda05e7
commit
2705b37f02
|
@ -15,6 +15,7 @@
|
|||
#define LLVM_CLANG_DIAGNOSTIC_H
|
||||
|
||||
#include <string>
|
||||
#include <cassert>
|
||||
|
||||
namespace clang {
|
||||
class DiagnosticClient;
|
||||
|
|
Loading…
Reference in New Issue