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:
Andreas Fabri 2016-09-23 08:15:14 +02:00 committed by Laurent Rineau
parent a59084cc79
commit fa6606b7c9
3 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <CGAL/Arrangement_2.h> #include <CGAL/Arrangement_2.h>
#include <CGAL/bounding_box.h> #include <CGAL/bounding_box.h>
#include <CGAL/assertions.h> #include <CGAL/assertions.h>
#include <CGAL/Kernel/global_functions_2.h>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include <iterator> #include <iterator>

View File

@ -27,6 +27,7 @@
#include <CGAL/enum.h> #include <CGAL/enum.h>
#include <CGAL/Visibility_2/visibility_utils.h> #include <CGAL/Visibility_2/visibility_utils.h>
#include <CGAL/Arrangement_2.h> #include <CGAL/Arrangement_2.h>
#include <CGAL/Kernel/global_functions_2.h>
#include <CGAL/Arr_walk_along_line_point_location.h> #include <CGAL/Arr_walk_along_line_point_location.h>
#include <CGAL/assertions.h> #include <CGAL/assertions.h>
#include <stack> #include <stack>

View File

@ -22,6 +22,7 @@
#ifndef CGAL_VISIBILITY_UTILS_H #ifndef CGAL_VISIBILITY_UTILS_H
#define CGAL_VISIBILITY_UTILS_H #define CGAL_VISIBILITY_UTILS_H
#include <iostream>
#include <vector> #include <vector>
#include <CGAL/tags.h> #include <CGAL/tags.h>
#include <CGAL/enum.h> #include <CGAL/enum.h>