Add a helper class (APSInt) which can represent an APInt along with sign
[oota-llvm.git] / include / llvm / ADT / UniqueVector.h
index 8f0e686bf85012aed9efc85a532835ac0f40704f..f3fd7b1d26fc36e97614f6950fa933a0f49b4a81 100644 (file)
@@ -10,6 +10,7 @@
 #ifndef LLVM_ADT_UNIQUEVECTOR_H
 #define LLVM_ADT_UNIQUEVECTOR_H
 
+#include <cassert>
 #include <map>
 #include <vector>