Skip to content

Commit

Permalink
Add an include for std::accumulate.
Browse files Browse the repository at this point in the history
Refs #7229
  • Loading branch information
arturbekasov committed Oct 14, 2013
1 parent 1ad840a commit bd9d9e6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#include "MantidDataObjects/Workspace2D.h"
#include <boost/scoped_array.hpp>

#include <numeric> // std::accumulate

using namespace Mantid;
using namespace Mantid::API;
using namespace Mantid::Kernel;
Expand Down

0 comments on commit bd9d9e6

Please sign in to comment.