Skip to content

Commit af5263a

Browse files
committedDec 17, 2013
Feature #8725: Fast rendering of geometries
Fix compile errors: include "std::limits"
1 parent 5499457 commit af5263a

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)