From 9885a9adb0a0e695813a158a4757b4d2370c91e2 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 18 Sep 2012 18:14:08 +0000 Subject: [PATCH] Fix missing include file. git-svn-id: https://svn.dealii.org/trunk@26477 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/meshworker/local_integrator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/include/deal.II/meshworker/local_integrator.h b/deal.II/include/deal.II/meshworker/local_integrator.h index 4777ff70df..3ead2f4b45 100644 --- a/deal.II/include/deal.II/meshworker/local_integrator.h +++ b/deal.II/include/deal.II/meshworker/local_integrator.h @@ -14,6 +14,7 @@ #define __deal2__mesh_worker_local_integrator_h #include +#include #include DEAL_II_NAMESPACE_OPEN -- 2.39.5