Skip to content

Commit

Permalink
Fix missing imports (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Libor Wagner committed Jun 3, 2020
1 parent 06ad8dc commit fbec421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/franka/control_tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <array>
#include <cmath>
#include <string>

/**
* @file control_tools.h
Expand Down
1 change: 1 addition & 0 deletions src/control_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <type_traits>

#include <franka/control_types.h>
#include <stdexcept>

namespace franka {

Expand Down

0 comments on commit fbec421

Please sign in to comment.