missing include

This commit is contained in:
Sébastien Loriot 2011-06-17 08:46:36 +00:00
parent 3411c5c6cc
commit 65d6249062
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#define CGAL_MODIFIABLE_PRIORITY_QUEUE_H
#include <climits> // Neeeded by the following Boost header for CHAR_BIT.
#include <boost/optional.hpp>
#ifdef CGAL_SURFACE_MESH_SIMPLIFICATION_USE_RELAXED_HEAP
#include <boost/pending/relaxed_heap.hpp>
#else