From dd1d3a7bf7b6627e905f8e2a1d9ae6e8785d7606 Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 10 May 2021 11:37:12 -0400 Subject: [PATCH] Fix compilation with HDF5 --- source/base/hdf5.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/base/hdf5.cc b/source/base/hdf5.cc index 806e488852..e735d62ae9 100644 --- a/source/base/hdf5.cc +++ b/source/base/hdf5.cc @@ -21,6 +21,8 @@ # include +# include + DEAL_II_NAMESPACE_OPEN namespace HDF5 -- 2.39.5