Skip to content
Snippets Groups Projects
Commit 74c4fc1e authored by Florian Walch's avatar Florian Walch
Browse files

franka_hw: Add some missing includes

parent 3098caf1
No related branches found
No related tags found
No related merge requests found
# CHANGELOG # CHANGELOG
## 0.4.1 - UNRELEASED
Requires `libfranka` >= 0.3.0
* Added some missing includes to `franka_hw`
## 0.4.0 - 2018-03-26 ## 0.4.0 - 2018-03-26
Requires `libfranka` >= 0.3.0 Requires `libfranka` >= 0.3.0
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
#pragma once #pragma once
#include <ostream> #include <ostream>
#include <type_traits>
namespace franka_hw { namespace franka_hw {
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include <algorithm> #include <algorithm>
#include <iterator> #include <iterator>
#include <string>
#include <vector> #include <vector>
namespace franka_hw { namespace franka_hw {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment