mirror of https://github.com/CGAL/cgal
added missing std:: before ptrdiff_t in Regular_complex_d.h
This commit is contained in:
parent
1414f988f1
commit
063b39a54f
|
|
@ -1,5 +1,8 @@
|
|||
Kernel_d Package: Release changes
|
||||
----------------------------------------------------------------------
|
||||
0.9.64 (17 April 2002)
|
||||
added missing std:: before ptrdiff_t in Regular_complex....h
|
||||
|
||||
0.9.63 (17 April 2002)
|
||||
removed SIMPLE_INTERFACE for Borland in Vector__.h
|
||||
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
#include <CGAL/In_place_list.h>
|
||||
#include <vector>
|
||||
#include <list>
|
||||
#include <cstddef>
|
||||
|
||||
#undef _DEBUG
|
||||
#define _DEBUG 93
|
||||
|
|
|
|||
Loading…
Reference in New Issue