Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 6, 2019
1 parent 98d98fa commit 28759b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsdiagramproperties.cpp
Expand Up @@ -42,6 +42,7 @@
#include "qgsnewauxiliarylayerdialog.h"
#include "qgsauxiliarystorage.h"
#include "qgsexpressioncontextutils.h"
#include "qgspropertytransformer.h"

#include <QList>
#include <QMessageBox>
Expand Down
1 change: 1 addition & 0 deletions tests/src/core/testqgslegendrenderer.cpp
Expand Up @@ -42,6 +42,7 @@
#include "qgsgeometry.h"
#include "qgsdiagramrenderer.h"
#include "diagram/qgspiediagram.h"
#include "qgspropertytransformer.h"

static QString _fileNameForTest( const QString &testName )
{
Expand Down
1 change: 1 addition & 0 deletions tests/src/core/testqgsproperty.cpp
Expand Up @@ -22,6 +22,7 @@
#include "qgsapplication.h"
#include "qgscolorramp.h"
#include "qgssymbollayerutils.h"
#include "qgspropertytransformer.h"
#include <QObject>

enum PropertyKeys
Expand Down

0 comments on commit 28759b1

Please sign in to comment.