Skip to content

Commit e4b0c8a

Browse files
committedOct 22, 2013
Feature #8725: Fast rendering of geometries
Fix compile errors: include "std::limits"
1 parent 3ddcdac commit e4b0c8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/core/qgsmaprequest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* *
1515
***************************************************************************/
1616

17+
#include <limits>
18+
1719
#include "qgsmaprequest.h"
1820
#include "qgsrectangle.h"
1921
#include "qgsgeometry.h"

0 commit comments

Comments
 (0)
Please sign in to comment.