Skip to content

Commit

Permalink
Merge pull request #66 from liborw/master
Browse files Browse the repository at this point in the history
Fix missing imports (#65)
  • Loading branch information
sgabl committed Jul 31, 2020
2 parents faa0219 + 6893079 commit f1f46fb
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
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
@@ -1,5 +1,6 @@
// Copyright (c) 2017 Franka Emika GmbH
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
#include <stdexcept>
#include <type_traits>

#include <franka/control_types.h>
Expand Down

0 comments on commit f1f46fb

Please sign in to comment.