Skip to content

Commit f1f46fb

Browse files
authored
Merge pull request #66 from liborw/master
Fix missing imports (#65)
2 parents faa0219 + 6893079 commit f1f46fb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/franka/control_tools.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include <array>
66
#include <cmath>
7+
#include <string>
78

89
/**
910
* @file control_tools.h

src/control_types.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) 2017 Franka Emika GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
3+
#include <stdexcept>
34
#include <type_traits>
45

56
#include <franka/control_types.h>

0 commit comments

Comments
 (0)