Allow this to compile on compilers where <string>

doesn't imply <cassert>.

llvm-svn: 39778
This commit is contained in:
Chris Lattner 2007-07-12 15:30:49 +00:00
parent b76cda05e7
commit 2705b37f02
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#define LLVM_CLANG_DIAGNOSTIC_H
#include <string>
#include <cassert>
namespace clang {
class DiagnosticClient;