Add/remove #include

- I remove <CGAL/basic.h> when I see it, in favor of <CGAL/config.h>.
- <CGAL/ipower.h> is needed for CGAL::ipower
- <ctime> is needed for std::time
This commit is contained in:
Laurent Rineau
2014-06-26 19:10:06 +02:00
parent 7e4607f77b
commit e4b033e964
5 changed files with 6 additions and 3 deletions
@@ -27,6 +27,8 @@
#ifndef CGAL_ARITHMETIC_KERNEL_ARITHMETIC_KERNEL_BASE_H
#define CGAL_ARITHMETIC_KERNEL_ARITHMETIC_KERNEL_BASE_H
#include <CGAL/tags.h>
namespace CGAL {
namespace internal{