]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add #include <functional> for std::bind2nd
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 25 Feb 2007 14:45:02 +0000 (14:45 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 25 Feb 2007 14:45:02 +0000 (14:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@14507 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_renumbering.cc
deal.II/deal.II/source/grid/grid_reordering.cc
deal.II/deal.II/source/grid/tria.cc

index 3a514b3552718dba28ea3710bc9292549756e0f9..9a0c59087cc4393c937b1af93c0d731997578bd7 100644 (file)
@@ -2,7 +2,7 @@
 //    $id$
 //    Version: $name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -39,6 +39,7 @@
 #include <map>
 #include <algorithm>
 #include <cmath>
+#include <functional>
 
 
 // for whatever reason, the random_shuffle function used below needs
index e0700537f21666d498ec30bec889dab718ea9e83..91de958d833edf39dcad06c740ce58e7be3006f3 100644 (file)
@@ -2,7 +2,7 @@
 //   grid_reordering.cc,v 1.27 2002/05/28 07:43:22 wolf Exp
 //   Version: 
 //
-//   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+//   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors
 //
 //   This file is subject to QPL and may not be  distributed
 //   without copyright and license information. Please refer
@@ -19,6 +19,7 @@
 #include <set>
 #include <iostream>
 #include <fstream>
+#include <functional>
 
 DEAL_II_NAMESPACE_OPEN
 
index 7333c8213d793887314bd57a93b8cddb34b09aeb..60f83ccc359608d717ae222312ddaa8393832417 100644 (file)
@@ -28,6 +28,8 @@
 #include <map>
 #include <cmath>
 #include <iostream>
+#include <functional>
+
 #include <boost/array.hpp>
 
 DEAL_II_NAMESPACE_OPEN

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.