Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 11, 2015
1 parent f046d3f commit edc1d5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/raster/qgsrasterhistogramwidget.cpp
Expand Up @@ -46,6 +46,10 @@
#include "qwt5_histogram_item.h"
#endif

#ifdef WIN32
#include <time.h>
#endif

// this has been removed, now we let the provider/raster interface decide
// how many bins are suitable depending on data type and range
//#define RASTER_HISTOGRAM_BINS 256
Expand Down

0 comments on commit edc1d5e

Please sign in to comment.