diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/tools/TableGen/Record.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/tools/TableGen/Record.h b/support/tools/TableGen/Record.h index 0118ff1f42..73b5c74102 100644 --- a/support/tools/TableGen/Record.h +++ b/support/tools/TableGen/Record.h @@ -10,7 +10,7 @@ #include <vector> #include <map> #include <iostream> -#include <assert.h> +#include <cassert> class Init; class UnsetInit; |