Skip to content

Commit 9b77006

Browse files
committedMay 19, 2017
Add missing include
1 parent 9eedbb7 commit 9b77006

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎python/core/expression/qgsexpressionfunction.sip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111

1212

13+
1314
class QgsExpressionFunction
1415
{
1516
%Docstring

‎src/core/expression/qgsexpressionfunction.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#ifndef QGSEXPRESSIONFUNCTION_H
1717
#define QGSEXPRESSIONFUNCTION_H
1818

19+
#include <functional>
20+
1921
#include <QString>
2022
#include <QVariant>
2123
#include <QSet>

0 commit comments

Comments
 (0)
Please sign in to comment.