mirror of https://github.com/CGAL/cgal
added missing include for boost::unordered_map
This commit is contained in:
parent
dc69122844
commit
573c555dd8
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue