]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add a missing include for std::accumulate() 2227/head
authorDenis Davydov <davydden@gmail.com>
Mon, 22 Feb 2016 17:51:45 +0000 (18:51 +0100)
committerDenis Davydov <davydden@gmail.com>
Mon, 22 Feb 2016 20:39:15 +0000 (21:39 +0100)
include/deal.II/grid/tria.h

index cd67d8dc6f92294da3b8471dc5e6cfd331cca7d6..2388994e53b4992339318bc7024b765e2c4cf211 100644 (file)
@@ -39,7 +39,7 @@ DEAL_II_ENABLE_EXTRA_DIAGNOSTICS
 #include <vector>
 #include <list>
 #include <map>
-#include <algorithm>
+#include <numeric>
 
 
 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.