From e55e64549d41dc053072995b6eb1f2766bd6028e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 30 Jun 2005 15:15:22 +0000 Subject: [PATCH] Reapply the patch 1.3 -> 1.4 git-svn-id: https://svn.dealii.org/trunk@10990 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/functionparser/fparser.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/contrib/functionparser/fparser.cc b/deal.II/contrib/functionparser/fparser.cc index 4e9819d846..456970953a 100644 --- a/deal.II/contrib/functionparser/fparser.cc +++ b/deal.II/contrib/functionparser/fparser.cc @@ -33,6 +33,7 @@ #include using namespace std; +using namespace fparser; #ifndef M_PI #define M_PI 3.1415926535897932384626433832795 -- 2.39.5