Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Merge branch 'jb46923' into 'master'
Browse files Browse the repository at this point in the history
[qtaround] Add #include for cmath. Contributes to JB#46923

See merge request mer-core/qtaround!5
  • Loading branch information
pvuorela committed Sep 2, 2019
2 parents 468b968 + c136476 commit 8785a51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util.cpp
Expand Up @@ -11,6 +11,8 @@
#include <QString>
#include <QMap>

#include <cmath>

namespace qtaround {

namespace error {
Expand Down

0 comments on commit 8785a51

Please sign in to comment.