aboutsummaryrefslogtreecommitdiff
path: root/support/tools
diff options
context:
space:
mode:
Diffstat (limited to 'support/tools')
-rw-r--r--support/tools/TableGen/InstrSelectorEmitter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/tools/TableGen/InstrSelectorEmitter.h b/support/tools/TableGen/InstrSelectorEmitter.h
index 16ac6bfccf..922aa79dfa 100644
--- a/support/tools/TableGen/InstrSelectorEmitter.h
+++ b/support/tools/TableGen/InstrSelectorEmitter.h
@@ -12,6 +12,8 @@
#include "CodeGenWrappers.h"
#include <vector>
#include <map>
+#include <cassert>
+
class DagInit;
class Init;
class InstrSelectorEmitter;