Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Feature #8725: Fast rendering of geometries
Fix compile errors: include "std::limits"
  • Loading branch information
ahuarte47 committed Oct 22, 2013
1 parent 3ddcdac commit e4b0c8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsmaprequest.cpp
Expand Up @@ -14,6 +14,8 @@
* *
***************************************************************************/

#include <limits>

#include "qgsmaprequest.h"
#include "qgsrectangle.h"
#include "qgsgeometry.h"
Expand Down

0 comments on commit e4b0c8a

Please sign in to comment.