added missing include for boost::unordered_map

This commit is contained in:
Sven Oesau 2022-06-24 12:36:55 +02:00
parent dc69122844
commit 573c555dd8
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
#include <queue>
#include <vector>
// Boost includes.
#include <boost/unordered_map.hpp>
// CGAL includes.
#include <CGAL/assertions.h>
#include <CGAL/is_iterator.h>