From: Wolfgang Bangerth Date: Fri, 31 May 2002 06:53:06 +0000 (+0000) Subject: Uh, need to declare ptrdiff_t somewhere. X-Git-Tag: v8.0.0~17962 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f057edccffa1eb56d0df520dd0e165c860ed7a3a;p=dealii.git Uh, need to declare ptrdiff_t somewhere. git-svn-id: https://svn.dealii.org/trunk@5951 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/vector2d.h b/deal.II/base/include/base/vector2d.h index b2345b2e6c..3a8123f26f 100644 --- a/deal.II/base/include/base/vector2d.h +++ b/deal.II/base/include/base/vector2d.h @@ -16,6 +16,7 @@ #include #include +#include template class vector2d; template class FullMatrix;