Skip to content

Commit

Permalink
missing utility include
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 4, 2022
1 parent db1115f commit 5976678
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/core/qgsfeatureexpressionvaluesgatherer.h
Expand Up @@ -15,13 +15,17 @@
#ifndef QGSFEATUREEXPRESSIONVALUESGATHERER_H
#define QGSFEATUREEXPRESSIONVALUESGATHERER_H

#include <QThread>
#include <QMutex>

#include "qgsapplication.h"
#include "qgslogger.h"
#include "qgsvectorlayer.h"
#include "qgsvectorlayerfeatureiterator.h"

#include <QThread>
#include <QMutex>
#include <utility>


#define SIP_NO_FILE

// just internal guff - definitely not for exposing to public API!
Expand Down

0 comments on commit 5976678

Please sign in to comment.