Added #include <cassert>. In GCC 3.3, we don't get assert() through the other
[oota-llvm.git] / support / tools / TableGen / InstrSelectorEmitter.h
index 16ac6bfccf671d861f35bd0f850ba23860844df6..922aa79dfa1b6a7e2488c358206a23c38bb7afcb 100644 (file)
@@ -12,6 +12,8 @@
 #include "CodeGenWrappers.h"
 #include <vector>
 #include <map>
+#include <cassert>
+
 class DagInit;
 class Init;
 class InstrSelectorEmitter;