From: Daniel Garcia-Sanchez Date: Wed, 22 Aug 2018 15:23:32 +0000 (+0200) Subject: Add support for Vector X-Git-Tag: v9.1.0-rc1~453^2~55 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b983bab07770775a481c8e8be1938542b6dfd9;p=dealii.git Add support for Vector --- diff --git a/source/base/hdf5.cc b/source/base/hdf5.cc index 1f01a10cbf..e10b0771c7 100644 --- a/source/base/hdf5.cc +++ b/source/base/hdf5.cc @@ -20,6 +20,7 @@ # include # include +# include # include @@ -111,6 +112,17 @@ namespace HDF5 return static_cast(data.size()); } + template