add header inclusion protection

This commit is contained in:
Jane Tournois 2021-09-24 11:14:01 +02:00
parent 16c0aab3cc
commit bca05c8d67
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,9 @@
//
// Author(s) : Geert-Jan Giezeman and Sven Schönherr
#ifndef CGAL_ASSERTIONS_IMPL_H
#define CGAL_ASSERTIONS_IMPL_H
#ifdef CGAL_HEADER_ONLY
#define CGAL_INLINE_FUNCTION inline
#else
@ -280,3 +283,5 @@ set_warning_behaviour(Failure_behaviour eb)
}
} //namespace CGAL
#endif //CGAL_ASSERTIONS_IMPL_H