1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h

needs to include <functional> to fix build on GCC-based architectures.

PR:		234948
Submitted by:	Piotr Kubaj
This commit is contained in:
Mark Linimon 2019-01-16 05:34:20 +00:00
parent d3db813e7b
commit 65add84902
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490452

View File

@ -0,0 +1,10 @@
--- kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h.orig 2019-01-14 15:34:25 UTC
+++ kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h
@@ -20,6 +20,7 @@
#pragma once
#include <QtCore/QObject>
+#include <functional>
#include <map>
#include <set>