From f79494f342aa57e64ab07dbac77d0b2128ad2273 Mon Sep 17 00:00:00 2001 From: Guido 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