Skip to content

Commit

Permalink
add cmath include for the fabs ambiguity, re #11706
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed May 13, 2015
1 parent 493cdc3 commit eebe145
Showing 1 changed file with 1 addition and 2 deletions.
@@ -1,3 +1,4 @@
#include <cmath>
#include <limits>
#include <stdexcept>

Expand Down Expand Up @@ -33,8 +34,6 @@
#include <QColor>
#include <QList>

#include <QDebug>

namespace Mantid
{
// static logger
Expand Down

0 comments on commit eebe145

Please sign in to comment.