Skip to content

Commit

Permalink
Merge pull request #33435 from m-kuhn/vectorlayerref_header
Browse files Browse the repository at this point in the history
Install missing header
  • Loading branch information
m-kuhn committed Dec 17, 2019
2 parents 4cbd9a1 + cde49d5 commit ead3b62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/CMakeLists.txt
Expand Up @@ -884,6 +884,7 @@ SET(QGIS_CORE_HDRS
qgsvectorfilewriter.h
qgsvectorfilewritertask.h
qgsvectorlayer.h
qgsvectorlayerref.h
qgsvectorlayercache.h
qgsvectorlayerdiagramprovider.h
qgsvectorlayereditbuffer.h
Expand Down
2 changes: 2 additions & 0 deletions src/core/qgsvectorlayerref.h
Expand Up @@ -15,6 +15,8 @@
#ifndef QGSVECTORLAYERREF_H
#define QGSVECTORLAYERREF_H

#define SIP_NO_FILE

#include "qgsmaplayerref.h"
#include "qgsvectorlayer.h"

Expand Down

0 comments on commit ead3b62

Please sign in to comment.