Skip to content

Commit

Permalink
fix to include cmath
Browse files Browse the repository at this point in the history
this fixes commit#6dca1d3a6d64f6b55d5545fd209acc0f81aab9ec
in OSX, need to include cmath to use std::abs
  • Loading branch information
Hi-king committed Apr 13, 2016
1 parent 791cd10 commit e76b224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ Debug Library/
Release/
Release Library/
ipch/
.idea
1 change: 1 addition & 0 deletions toonz/sources/include/toonzqt/functionpanel.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include <QDialog>
#include <set>
#include <cmath>

#undef DVAPI
#undef DVVAR
Expand Down

0 comments on commit e76b224

Please sign in to comment.