Tags: patch

Patch that fixes the build (tested locally):

Description: add missing #include to fix ftbfs with GCC 7
Author: Fanael Linithien <fana...@gmail.com>
---
--- a/kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h
+++ b/kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h
@@ -22,6 +22,7 @@
 #include <QtCore/QObject>
 #include <map>
 #include <set>
+#include <functional>

 #include "plugin/dependency-graph/plugin-dependency-graph.h"
 #include "exports.h"

Reply via email to