Skip to content

Commit

Permalink
fix error: call to 'abs' is ambiguous
Browse files Browse the repository at this point in the history
(cherry picked from commit a020d47)
  • Loading branch information
fjperini authored and nyalldawson committed Feb 25, 2019
1 parent d7ba8b9 commit 1f2849c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsstringutils.cpp
Expand Up @@ -19,6 +19,7 @@
#include <QStringList>
#include <QTextBoundaryFinder>
#include <QRegularExpression>
#include <cstdlib> // for std::abs

QString QgsStringUtils::capitalize( const QString &string, QgsStringUtils::Capitalization capitalization )
{
Expand Down

0 comments on commit 1f2849c

Please sign in to comment.