From ae0dbfc9b255cc812fdfcd9bfdba462f642d83cb Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 27 Jun 2012 14:14:27 +0000 Subject: [PATCH] Add missing include file. git-svn-id: https://svn.dealii.org/branches/branch_higher_derivatives@25650 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_update_flags.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/fe/fe_update_flags.h b/deal.II/include/deal.II/fe/fe_update_flags.h index 8f2c12af7c..1ea75cd6ce 100644 --- a/deal.II/include/deal.II/fe/fe_update_flags.h +++ b/deal.II/include/deal.II/fe/fe_update_flags.h @@ -14,6 +14,8 @@ #include +#include + DEAL_II_NAMESPACE_OPEN @@ -349,7 +351,7 @@ UpdateFlags update_nth_derivatives (const unsigned int nth_derivative) return update_9th_derivatives; default: Assert (nth_derivative<10, ExcNotImplemented()); - } + } return UpdateFlags(); } -- 2.39.5