From 0f535c45178e0a5746061c5f8d07dfd425a500ca Mon Sep 17 00:00:00 2001 From: kanschat Date: Wed, 12 Mar 2014 15:00:51 +0000 Subject: [PATCH] add missing include git-svn-id: https://svn.dealii.org/trunk@32644 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/algorithms/operator.templates.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/include/deal.II/algorithms/operator.templates.h b/deal.II/include/deal.II/algorithms/operator.templates.h index 5b16380492..e90d771c54 100644 --- a/deal.II/include/deal.II/algorithms/operator.templates.h +++ b/deal.II/include/deal.II/algorithms/operator.templates.h @@ -16,6 +16,7 @@ #include +#include DEAL_II_NAMESPACE_OPEN -- 2.39.5