mirror of https://github.com/CGAL/cgal
add include of Sqrt_extension.h since it is used
This commit is contained in:
parent
836f48cd9c
commit
5515409d0b
|
|
@ -38,6 +38,8 @@
|
|||
#include <CGAL/Algebraic_kernel_d/Bitstream_descartes_rndl_tree_traits.h>
|
||||
#include <CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel.h>
|
||||
|
||||
#include <CGAL/Sqrt_extension.h> // used in this file
|
||||
|
||||
template <class AT>
|
||||
void test_descartes(){
|
||||
typedef typename AT::Integer Integer;
|
||||
|
|
|
|||
Loading…
Reference in New Issue