added missing std:: before ptrdiff_t in Regular_complex_d.h

This commit is contained in:
Susan Hert 2002-04-19 09:23:36 +00:00
parent 1414f988f1
commit 063b39a54f
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -42,6 +42,7 @@
#include <CGAL/In_place_list.h>
#include <vector>
#include <list>
#include <cstddef>
#undef _DEBUG
#define _DEBUG 93