Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix build problem with gcc 4.7
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
src/core/raster/qgsraster.cpp
|
@@ -15,6 +15,8 @@ |
|
|
* * |
|
|
***************************************************************************/ |
|
|
|
|
|
#include <limits> |
|
|
|
|
|
#include "qgsraster.h" |
|
|
|
|
|
QString QgsRaster::contrastEnhancementLimitsAsString( ContrastEnhancementLimits theLimits ) |
|
|