From: bangerth Date: Wed, 27 Jun 2012 14:14:27 +0000 (+0000) Subject: Add missing include file. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae0dbfc9b255cc812fdfcd9bfdba462f642d83cb;p=dealii-svn.git Add missing include file. git-svn-id: https://svn.dealii.org/branches/branch_higher_derivatives@25650 0785d39b-7218-0410-832d-ea1e28bc413d --- 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(); }