mirror of https://github.com/CGAL/cgal
Add missing include
This commit is contained in:
parent
5049bf8770
commit
58a78cfc02
|
|
@ -66,6 +66,7 @@
|
|||
|
||||
// Define some assertion macros used in the code.
|
||||
#ifdef CGAL_MINIBALL_DEBUG
|
||||
#include <CGAL/assertions.h>
|
||||
#define CGAL_MINIBALL_ASSERT(expr) CGAL_assertion(expr)
|
||||
#define CGAL_MINIBALL_DO_DEBUG(expr) expr
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in New Issue