Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More build fixes
  • Loading branch information
nyalldawson committed Mar 24, 2021
1 parent b0cab2a commit 3c09c58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/postgres/qgspostgresprovidergui.h
Expand Up @@ -18,6 +18,7 @@

#include <QList>
#include <QMainWindow>
#include <memory>

#include "qgsproviderguimetadata.h"

Expand Down
1 change: 1 addition & 0 deletions src/providers/wms/CMakeLists.txt
Expand Up @@ -32,6 +32,7 @@ if (WITH_GUI)
include_directories (
${CMAKE_BINARY_DIR}/src/providers/wms
${CMAKE_SOURCE_DIR}/src/providers/wms
${CMAKE_BINARY_DIR}/src/ui
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
)
Expand Down

0 comments on commit 3c09c58

Please sign in to comment.