[SCM] ktp-common-internals packaging branch, master, updated. debian/16.04.2-1-111-g6e00b1c

Maximiliano Curia maxy at moszumanska.debian.org
Tue Sep 12 14:08:58 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=0b163ee

The following commit has been merged in the master branch:
commit 0b163ee2b6c2ff853e4b0ed54992f7039a9a1bab
Author: Albert Astals Cid <aacid at kde.org>
Date:   Wed Mar 22 09:15:30 2017 +0100

    Include <functional> for std::function
---
 KTp/Models/presence-model.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/KTp/Models/presence-model.cpp b/KTp/Models/presence-model.cpp
index 04322f2..9d32174 100644
--- a/KTp/Models/presence-model.cpp
+++ b/KTp/Models/presence-model.cpp
@@ -32,6 +32,8 @@
 #include <KConfig>
 #include <KConfigGroup>
 
+#include <functional>
+
 #include "types.h"
 #include "debug.h"
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list