Add missing include

This commit is contained in:
Sylvain Pion 2007-12-26 22:24:01 +00:00
parent 5049bf8770
commit 58a78cfc02
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@
// Define some assertion macros used in the code. // Define some assertion macros used in the code.
#ifdef CGAL_MINIBALL_DEBUG #ifdef CGAL_MINIBALL_DEBUG
#include <CGAL/assertions.h>
#define CGAL_MINIBALL_ASSERT(expr) CGAL_assertion(expr) #define CGAL_MINIBALL_ASSERT(expr) CGAL_assertion(expr)
#define CGAL_MINIBALL_DO_DEBUG(expr) expr #define CGAL_MINIBALL_DO_DEBUG(expr) expr
#else #else