From: Wolfgang Bangerth Date: Tue, 20 Oct 2015 16:03:44 +0000 (-0500) Subject: Fix compilation of (currently unused) header file. X-Git-Tag: v8.4.0-rc2~301^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1766%2Fhead;p=dealii.git Fix compilation of (currently unused) header file. --- diff --git a/include/deal.II/lac/vector_space_vector.h b/include/deal.II/lac/vector_space_vector.h index da404acd5c..47184f60e0 100644 --- a/include/deal.II/lac/vector_space_vector.h +++ b/include/deal.II/lac/vector_space_vector.h @@ -16,15 +16,16 @@ #ifndef dealii__vector_space_vector_h #define dealii__vector_space_vector_h -DEAL_II_NAMESPACE_OPEN - +#include #include #include +DEAL_II_NAMESPACE_OPEN + namespace LinearAlgebra { template - class ReadWriteVector; + class ReadWriteVector; class IndexSet; @@ -40,7 +41,7 @@ namespace LinearAlgebra * * @author Bruno Turcksin, 2015. */ - template + template class VectorSpaceVector { public: