Skip to content

Commit

Permalink
Fix WITH_GRASS7 build with Qt-5.11.0 (missing headers)
Browse files Browse the repository at this point in the history
  • Loading branch information
a17r authored and nyalldawson committed Jun 24, 2018
1 parent 8a899c8 commit 43f77e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/grass/qgsgrassmoduleinput.cpp
Expand Up @@ -17,6 +17,7 @@
#include <QCompleter>
#include <QFileDialog>
#include <QFileInfo>
#include <QHeaderView>
#include <QHBoxLayout>
#include <QIcon>
#include <QLatin1String>
Expand Down
2 changes: 2 additions & 0 deletions src/plugins/grass/qgsgrassregion.cpp
Expand Up @@ -27,6 +27,8 @@

#include <QButtonGroup>
#include <QColorDialog>
#include <QDoubleValidator>
#include <QIntValidator>
#include <QMessageBox>
#include <QMouseEvent>
#include <QRubberBand>
Expand Down

0 comments on commit 43f77e0

Please sign in to comment.