Skip to content

Commit

Permalink
Added climits include for INT_MAX
Browse files Browse the repository at this point in the history
Fixes compilation error on Ubuntu Lucid.
  • Loading branch information
Hanmac authored and bjorn committed Jun 3, 2012
1 parent 1999ba8 commit 79a49da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tiled/terrainbrush.cpp
Expand Up @@ -34,6 +34,7 @@

#include <math.h>
#include <QVector>
#include <climits>

using namespace Tiled;
using namespace Tiled::Internal;
Expand Down

0 comments on commit 79a49da

Please sign in to comment.