Skip to content

Commit

Permalink
add includes to <memory>
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed May 6, 2020
1 parent ab36997 commit 82e1482
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions socketcan_bridge/src/socketcan_bridge_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <socketcan_bridge/topic_to_socketcan.h>
#include <socketcan_bridge/socketcan_to_topic.h>
#include <socketcan_interface/threading.h>
#include <memory>
#include <string>


Expand Down
1 change: 1 addition & 0 deletions socketcan_bridge/src/socketcan_to_topic_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <socketcan_bridge/socketcan_to_topic.h>
#include <socketcan_interface/threading.h>
#include <socketcan_interface/string.h>
#include <memory>
#include <string>


Expand Down
1 change: 1 addition & 0 deletions socketcan_bridge/src/topic_to_socketcan_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <socketcan_bridge/topic_to_socketcan.h>
#include <socketcan_interface/threading.h>
#include <socketcan_interface/string.h>
#include <memory>
#include <string>


Expand Down
1 change: 1 addition & 0 deletions socketcan_bridge/test/to_socketcan_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <gtest/gtest.h>
#include <ros/ros.h>
#include <list>
#include <memory>

class frameCollector
{
Expand Down
1 change: 1 addition & 0 deletions socketcan_bridge/test/to_topic_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <gtest/gtest.h>
#include <ros/ros.h>
#include <list>
#include <memory>
#include <string>
#include <vector>

Expand Down

0 comments on commit 82e1482

Please sign in to comment.