From 0ceeb2f9994b63ccb6ff287dd774751a8b265a65 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 30 Apr 2018 22:28:01 -0600 Subject: [PATCH] Add a necessary #include file. We now reference the 'free' function in the .h file. We need to '#include' the necessary header file. --- include/deal.II/lac/read_write_vector.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/deal.II/lac/read_write_vector.h b/include/deal.II/lac/read_write_vector.h index 8a9c754881..af55656fa6 100644 --- a/include/deal.II/lac/read_write_vector.h +++ b/include/deal.II/lac/read_write_vector.h @@ -27,6 +27,7 @@ #include #include +#include #include #ifdef DEAL_II_WITH_TRILINOS -- 2.39.5