mirror of https://github.com/CGAL/cgal
Add includes so that public headers can be compiled individually
It strikes me that I have to include CGAL/Kernel/global_functions_2.h The package uses an orientation test but the package has no traits class.
This commit is contained in:
parent
a59084cc79
commit
fa6606b7c9
|
|
@ -26,6 +26,7 @@
|
|||
#include <CGAL/Arrangement_2.h>
|
||||
#include <CGAL/bounding_box.h>
|
||||
#include <CGAL/assertions.h>
|
||||
#include <CGAL/Kernel/global_functions_2.h>
|
||||
#include <boost/unordered_map.hpp>
|
||||
#include <iterator>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
#include <CGAL/enum.h>
|
||||
#include <CGAL/Visibility_2/visibility_utils.h>
|
||||
#include <CGAL/Arrangement_2.h>
|
||||
#include <CGAL/Kernel/global_functions_2.h>
|
||||
#include <CGAL/Arr_walk_along_line_point_location.h>
|
||||
#include <CGAL/assertions.h>
|
||||
#include <stack>
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
#ifndef CGAL_VISIBILITY_UTILS_H
|
||||
#define CGAL_VISIBILITY_UTILS_H
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <CGAL/tags.h>
|
||||
#include <CGAL/enum.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue