Skip to content

Commit

Permalink
add missing protobuf include (#35902)
Browse files Browse the repository at this point in the history
this fixes build on mac
  • Loading branch information
3nids committed Apr 22, 2020
1 parent dda5441 commit 9781451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/CMakeLists.txt
Expand Up @@ -1269,6 +1269,7 @@ INCLUDE_DIRECTORIES(SYSTEM
${SQLITE3_INCLUDE_DIR}
${QSCINTILLA_INCLUDE_DIR}
${SPATIALINDEX_INCLUDE_DIR}
${Protobuf_INCLUDE_DIRS}
)

# disable deprecation warnings for classes re-exporting deprecated methods
Expand Down

0 comments on commit 9781451

Please sign in to comment.