forked from OSchip/llvm-project
Added assert.h so that it compiles under newer versions of GCC.
llvm-svn: 6683
This commit is contained in:
parent
cfac736363
commit
f3e7fedff3
|
@ -10,6 +10,8 @@
|
|||
#include <vector>
|
||||
#include <map>
|
||||
#include <iostream>
|
||||
#include <assert.h>
|
||||
|
||||
class Init;
|
||||
class UnsetInit;
|
||||
class BitInit;
|
||||
|
|
Loading…
Reference in New Issue