mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
add gcc 7.x support
Add some inclusion to <functional> Std C++ header to support build on GCC 7.x. Change-Id: I82ae10a300807cb6b3cab172bf5d7399264cd08e Reviewed-by: Nicolas Jäger <nicolas.jager@savoirfairelinux.com>
This commit is contained in:

committed by
Nicolas Jager

parent
32ed68b3f2
commit
48ea2b1730
@ -27,6 +27,7 @@
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#include <utility>
|
||||
#include <functional>
|
||||
|
||||
namespace ring {
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
||||
#include <condition_variable>
|
||||
#include <set>
|
||||
#include <list>
|
||||
#include <functional>
|
||||
|
||||
namespace ring {
|
||||
|
||||
|
@ -46,6 +46,7 @@
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
#include <memory>
|
||||
#include <functional>
|
||||
|
||||
namespace ring {
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <vector>
|
||||
#include <queue>
|
||||
#include <future>
|
||||
#include <functional>
|
||||
|
||||
namespace ring {
|
||||
|
||||
|
Reference in New Issue
Block a user