diff options
Diffstat (limited to 'llvm/lib/Support/IntervalMap.cpp')
-rw-r--r-- | llvm/lib/Support/IntervalMap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/IntervalMap.cpp b/llvm/lib/Support/IntervalMap.cpp index f15c7c9403c36..674e0f962fa1b 100644 --- a/llvm/lib/Support/IntervalMap.cpp +++ b/llvm/lib/Support/IntervalMap.cpp @@ -11,6 +11,7 @@ //===----------------------------------------------------------------------===// #include "llvm/ADT/IntervalMap.h" +#include <cassert> namespace llvm { namespace IntervalMapImpl { |