diff options
Diffstat (limited to 'lib/CodeGen/RegAlloc/LiveRange.h')
-rw-r--r-- | lib/CodeGen/RegAlloc/LiveRange.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAlloc/LiveRange.h b/lib/CodeGen/RegAlloc/LiveRange.h index ddaf329e53..deab75d074 100644 --- a/lib/CodeGen/RegAlloc/LiveRange.h +++ b/lib/CodeGen/RegAlloc/LiveRange.h @@ -14,6 +14,8 @@ #include "llvm/CodeGen/ValueSet.h" #include "llvm/Value.h" +#include <assert.h> + class RegClass; class IGNode; class Type; |