Allow this to compile on compilers where <string>

doesn't imply <cassert>.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39778 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-07-12 15:30:49 +00:00
Родитель fdd75663ff
Коммит f86638365f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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