diff options
-rw-r--r-- | llvm/support/tools/TableGen/Record.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/support/tools/TableGen/Record.h b/llvm/support/tools/TableGen/Record.h index 4f955b57d93..0118ff1f42c 100644 --- a/llvm/support/tools/TableGen/Record.h +++ b/llvm/support/tools/TableGen/Record.h @@ -10,6 +10,8 @@ #include <vector> #include <map> #include <iostream> +#include <assert.h> + class Init; class UnsetInit; class BitInit; |