Skip to content

Commit

Permalink
Merge pull request #260 from bulwahn/kinetic-devel
Browse files Browse the repository at this point in the history
explicitly include iostream to compile with boost >= 1.65.0
  • Loading branch information
mathias-luedtke authored Dec 2, 2017
2 parents cf288ac + 3bf9d97 commit 4b0345a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ class DriverInterface : public CommInterface, public StateInterface {

} // namespace can

#include <iostream>
#include <boost/thread/mutex.hpp>

struct _cout_wrapper{
Expand Down

0 comments on commit 4b0345a

Please sign in to comment.