diff options
| -rw-r--r-- | llvm/include/llvm/CodeGen/LiveInterval.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/CodeGen/LiveInterval.h b/llvm/include/llvm/CodeGen/LiveInterval.h index 8cd58671888..3e9089ed115 100644 --- a/llvm/include/llvm/CodeGen/LiveInterval.h +++ b/llvm/include/llvm/CodeGen/LiveInterval.h @@ -23,6 +23,7 @@  #include "llvm/ADT/SmallVector.h"  #include "llvm/Support/Allocator.h" +#include "llvm/Support/DataTypes.h"  #include <iosfwd>  #include <cassert>  #include <climits>  | 

