mirror of https://github.com/CGAL/cgal
Some testsuite files included the wrong header file
This commit is contained in:
parent
ad6860e853
commit
bd4e24ef75
|
|
@ -1,3 +1,6 @@
|
|||
2.13 (11 September 2003) [af]
|
||||
- Some testsuite files included the wrong header file
|
||||
|
||||
2.12 (8 September 2003) [af]
|
||||
- Switched to unconditional #include <CGAL/intersection_3_1.C>
|
||||
as Sun and Sgi CC complain about undefined functions
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include <CGAL/Object.h>
|
||||
#include <CGAL/Point_3.h>
|
||||
#include <CGAL/Iso_cuboid_3.h>
|
||||
#include <CGAL/intersection_3_1.C>
|
||||
#include <CGAL/intersection_3_1.h>
|
||||
|
||||
#include "numrep2.h"
|
||||
#include <iostream>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include "numrep1.h"
|
||||
#include <CGAL/Object.h>
|
||||
#include <CGAL/Iso_cuboid_3.h>
|
||||
#include <CGAL/intersection_3_1.C>
|
||||
#include <CGAL/intersection_3_1.h>
|
||||
#include "numrep2.h"
|
||||
#include <iostream>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include <iostream>
|
||||
#include <CGAL/Object.h>
|
||||
#include <CGAL/Iso_cuboid_3.h>
|
||||
#include <CGAL/intersection_3_1.C>
|
||||
#include <CGAL/intersection_3_1.h>
|
||||
|
||||
#include "numrep2.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue