Skip to content

Commit

Permalink
With upgrade to gcc 7.1.1 need to include <functional> in additional
Browse files Browse the repository at this point in the history
header files.

Signed-off-by: J. Eric Ivancich <[email protected]>
  • Loading branch information
ivancich committed Sep 13, 2017
1 parent 0d6c7c6 commit 40a9fe5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sim/src/sim_recs.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <string>
#include <mutex>
#include <iostream>
#include <functional>


using ClientId = uint;
Expand Down
1 change: 1 addition & 0 deletions sim/src/ssched/ssched_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <memory>
#include <mutex>
#include <deque>
#include <functional>

#include "boost/variant.hpp"

Expand Down
1 change: 1 addition & 0 deletions support/src/run_every.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <mutex>
#include <condition_variable>
#include <thread>
#include <functional>


namespace crimson {
Expand Down

0 comments on commit 40a9fe5

Please sign in to comment.