Add missing #include <cassert>

This commit is contained in:
Laurent Rineau 2013-04-25 11:20:36 +02:00
parent f58aa32242
commit 008ccc5b48
13 changed files with 18 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <CGAL/Combination_enumerator.h> #include <CGAL/Combination_enumerator.h>
#include <iostream> #include <iostream>
#include <vector> #include <vector>
#include <cassert>
using namespace std; using namespace std;

View File

@ -18,6 +18,8 @@ int main()
#include <CGAL/IO/Geomview_stream.h> #include <CGAL/IO/Geomview_stream.h>
#include <cassert>
typedef CGAL::Cartesian<double> K; typedef CGAL::Cartesian<double> K;
void test_parse_point() void test_parse_point()

View File

@ -32,6 +32,7 @@
#include <CGAL/Polyhedron_items_3.h> #include <CGAL/Polyhedron_items_3.h>
#include <CGAL/HalfedgeDS_decorator.h> #include <CGAL/HalfedgeDS_decorator.h>
#include <cstddef> #include <cstddef>
#include <cassert>
typedef CGAL::Cartesian<double> Kernel; typedef CGAL::Cartesian<double> Kernel;
struct Dummy_traits_3 { struct Dummy_traits_3 {

View File

@ -31,6 +31,8 @@
#include <CGAL/Polyhedron_items_3.h> #include <CGAL/Polyhedron_items_3.h>
#include <CGAL/HalfedgeDS_decorator.h> #include <CGAL/HalfedgeDS_decorator.h>
#include <cassert>
typedef CGAL::Cartesian<double> Kernel; typedef CGAL::Cartesian<double> Kernel;
struct Dummy_traits_2 { struct Dummy_traits_2 {
typedef Kernel::Point_2 Point_2; typedef Kernel::Point_2 Point_2;

View File

@ -28,6 +28,8 @@
#include <CGAL/basic.h> #include <CGAL/basic.h>
#include <CGAL/Modifier_base.h> #include <CGAL/Modifier_base.h>
#include <cassert>
using CGAL::Modifier_base; using CGAL::Modifier_base;
class A { class A {

View File

@ -38,6 +38,8 @@
#include <CGAL/function_objects.h> #include <CGAL/function_objects.h>
#include <CGAL/halfedgeds_connected_components.h> #include <CGAL/halfedgeds_connected_components.h>
#include <cassert>
// A polyhedron modifier that creates a tetrahedron using the // A polyhedron modifier that creates a tetrahedron using the
// incremental builder. // incremental builder.
template < class HDS > template < class HDS >

View File

@ -44,6 +44,7 @@
#include <fstream> #include <fstream>
#include <sstream> #include <sstream>
#include <cstring> #include <cstring>
#include <cassert>
using namespace CGAL; using namespace CGAL;

View File

@ -3,6 +3,8 @@
#include <CGAL/Real_timer.h> #include <CGAL/Real_timer.h>
#include <CGAL/FPU.h> #include <CGAL/FPU.h>
#include <cassert>
template <class T> template <class T>
double test_timer() { double test_timer() {
T t; T t;

View File

@ -30,6 +30,7 @@
#include <CGAL/basic.h> #include <CGAL/basic.h>
#include <cstddef> #include <cstddef>
#include <cassert>
#include <iterator> #include <iterator>
#include <list> #include <list>
#include <vector> #include <vector>

View File

@ -3,6 +3,7 @@
#include <functional> #include <functional>
#include <algorithm> #include <algorithm>
#include <numeric> #include <numeric>
#include <cassert>
using CGAL::compose1_1; using CGAL::compose1_1;
using CGAL::compose1_2; using CGAL::compose1_2;

View File

@ -33,6 +33,7 @@
#include <iostream> #include <iostream>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include <cassert>
void test_massive_insert_and_erase(); void test_massive_insert_and_erase();
void test_iterators(); void test_iterators();

View File

@ -24,6 +24,7 @@
#include <CGAL/Cartesian.h> #include <CGAL/Cartesian.h>
#include <cstddef> #include <cstddef>
#include <cassert>
#include <sstream> #include <sstream>
#include <CGAL/IO/Ostream_iterator.h> #include <CGAL/IO/Ostream_iterator.h>
#include <CGAL/IO/Istream_iterator.h> #include <CGAL/IO/Istream_iterator.h>

View File

@ -27,6 +27,7 @@
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <cassert>
#include <CGAL/Cartesian.h> #include <CGAL/Cartesian.h>
#include <CGAL/Polyhedron_3.h> #include <CGAL/Polyhedron_3.h>