]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a missing header in the non-zlib case.
authorDavid Wells <drwells@email.unc.edu>
Tue, 24 May 2022 17:36:04 +0000 (13:36 -0400)
committerDavid Wells <drwells@email.unc.edu>
Fri, 27 May 2022 03:29:46 +0000 (23:29 -0400)
This is not in utilities.h if zlib is not enabled, but we want to try
and catch that exception either way.

tests/base/utilities_pack_unpack_06.cc

index 9071725c9c592ec677794559809750f73e5088b0..cc35a37c62dd353befc7984f149a7d5a69ea2605 100644 (file)
@@ -22,6 +22,9 @@
 #include <deal.II/base/point.h>
 #include <deal.II/base/utilities.h>
 
+// We need this header to define the exception when we compile with zlib
+#include <boost/iostreams/filter/gzip.hpp>
+
 #include "../tests.h"
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.