Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some qwt related build fixes
  • Loading branch information
nyalldawson committed Jul 20, 2021
1 parent ddd2e2c commit 6f9cbde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/raster/qgsrasterhistogramwidget.cpp
Expand Up @@ -45,6 +45,7 @@
#include <qwt_plot_layout.h>
#include <qwt_plot_renderer.h>
#include <qwt_plot_histogram.h>
#include <qwt_scale_div.h>

#ifdef Q_OS_WIN
#include <time.h>
Expand Down
1 change: 1 addition & 0 deletions src/gui/symbology/qgsgraduatedhistogramwidget.cpp
Expand Up @@ -38,6 +38,7 @@
#include <qwt_plot_layout.h>
#include <qwt_plot_renderer.h>
#include <qwt_plot_histogram.h>
#include <qwt_scale_map.h>


QgsGraduatedHistogramWidget::QgsGraduatedHistogramWidget( QWidget *parent )
Expand Down

0 comments on commit 6f9cbde

Please sign in to comment.