add include of Sqrt_extension.h since it is used

This commit is contained in:
Michael Hemmer 2009-04-27 12:46:11 +00:00
parent 836f48cd9c
commit 5515409d0b
1 changed files with 2 additions and 0 deletions

View File

@ -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;