Skip to content

Commit

Permalink
add missing include of spatialindex
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Feb 3, 2020
1 parent d6d6bde commit cd12bdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/providers/postgres/CMakeLists.txt
Expand Up @@ -73,6 +73,12 @@ INCLUDE_DIRECTORIES(SYSTEM
${POSTGRES_INCLUDE_DIR}
${QCA_INCLUDE_DIR}
${QTKEYCHAIN_INCLUDE_DIR}
<<<<<<< HEAD
=======
${GDAL_INCLUDE_DIR}
${SPATIALINDEX_INCLUDE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
>>>>>>> dd19eb8e94... add missing include of spatialindex (#34220)
)

IF (WITH_GUI)
Expand Down

0 comments on commit cd12bdd

Please sign in to comment.