Skip to content

Commit

Permalink
Merge pull request #1932 from avancinirodrigo/master
Browse files Browse the repository at this point in the history
Fixing C++ method ceil() on Mac
  • Loading branch information
pedro-andrade-inpe authored Jul 18, 2017
2 parents 110a748 + a20d25a commit a1e2063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/observer/components/painter/painterThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ of this software and its documentation.
#include <QtGui/QPainter>
#include <QDebug>
#include <time.h>
#include <math.h>
#include "terrameGlobals.h"

#include "../legend/legendAttributes.h"
Expand Down

0 comments on commit a1e2063

Please sign in to comment.