Add 2 other missing includes

`boost/icl/interval_map.hpp` and `boost/icl/interval_set.hpp`
This commit is contained in:
Morph
2019-11-07 00:50:17 -05:00
committed by GitHub
parent 9a09421e86
commit 23cfa1e6d6

View File

@@ -12,6 +12,8 @@
#include <utility>
#include <vector>
#include <boost/icl/interval_map.hpp>
#include <boost/icl/interval_set.hpp>
#include <boost/range/iterator_range.hpp>
#include "common/alignment.h"