Skip to content

Commit

Permalink
Add missing include to make it buildable in MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni authored and nyalldawson committed Jun 11, 2018
1 parent 0038273 commit a9b25ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/grass/qgsgrassmoduleinput.cpp
Expand Up @@ -27,6 +27,7 @@
#include <QStandardItemModel>
#include <QTreeView>
#include <QVBoxLayout>
#include <QHeaderView>

#include "qgis.h"
#include "qgsdatasourceuri.h"
Expand Down
1 change: 1 addition & 0 deletions src/plugins/grass/qgsgrassregion.cpp
Expand Up @@ -31,6 +31,7 @@
#include <QMouseEvent>
#include <QRubberBand>
#include <QSettings>
#include <QDoubleValidator>


//! Map tool which uses rubber band for changing grass region
Expand Down
2 changes: 2 additions & 0 deletions tests/src/providers/grass/CMakeLists.txt
Expand Up @@ -3,7 +3,9 @@ INCLUDE_DIRECTORIES(
)
INCLUDE_DIRECTORIES(SYSTEM
${GDAL_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
${POSTGRES_INCLUDE_DIR}
${PROJ_INCLUDE_DIR}
)


Expand Down

0 comments on commit a9b25ed

Please sign in to comment.