Skip to content
Snippets Groups Projects
Commit 48ea2b17 authored by Guillaume Roguez's avatar Guillaume Roguez Committed by Nicolas Jager
Browse files

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: default avatarNicolas Jäger <nicolas.jager@savoirfairelinux.com>
parent 32ed68b3
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <memory> #include <memory>
#include <mutex> #include <mutex>
#include <utility> #include <utility>
#include <functional>
namespace ring { namespace ring {
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
#include <condition_variable> #include <condition_variable>
#include <set> #include <set>
#include <list> #include <list>
#include <functional>
namespace ring { namespace ring {
......
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
#include <map> #include <map>
#include <mutex> #include <mutex>
#include <memory> #include <memory>
#include <functional>
namespace ring { namespace ring {
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include <vector> #include <vector>
#include <queue> #include <queue>
#include <future> #include <future>
#include <functional>
namespace ring { namespace ring {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment