Add missing include

This commit is contained in:
Matthias Kuhn 2017-05-16 07:36:40 +02:00
parent 9eedbb7e12
commit 9b77006592
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@
class QgsExpressionFunction
{
%Docstring

View File

@ -16,6 +16,8 @@
#ifndef QGSEXPRESSIONFUNCTION_H
#define QGSEXPRESSIONFUNCTION_H
#include <functional>
#include <QString>
#include <QVariant>
#include <QSet>