Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
eiquadprog
Commits
ddc31392
Verified
Commit
ddc31392
authored
Mar 30, 2022
by
Justin Carpentier
Browse files
core: fix include
parent
5ab45e01
Pipeline
#17936
failed with stage
in 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
include/eiquadprog/eiquadprog-utils.hxx
View file @
ddc31392
...
...
@@ -2,6 +2,7 @@
#define EIQUADPROG_UTILS_HPP_
#include
<Eigen/Core>
#include
<iostream>
/// Compute sqrt(a^2 + b^2)
template
<
typename
Scalar
>
inline
Scalar
distance
(
Scalar
a
,
Scalar
b
)
{
...
...
include/eiquadprog/eiquadprog.hpp
View file @
ddc31392
...
...
@@ -77,8 +77,6 @@
#include
<Eigen/Cholesky>
#include
<Eigen/Core>
#include
<iostream>
#include
"eiquadprog/deprecated.hpp"
#include
"eiquadprog/eiquadprog-utils.hxx"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment