Skip to content

Commit 593fa68

Browse files
committed
Fix build problem with gcc 4.7
1 parent b9df316 commit 593fa68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/raster/qgsraster.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* *
1616
***************************************************************************/
1717

18+
#include <limits>
19+
1820
#include "qgsraster.h"
1921

2022
QString QgsRaster::contrastEnhancementLimitsAsString( ContrastEnhancementLimits theLimits )

0 commit comments

Comments
 (0)