Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-centroidal-dynamics
Commits
708e80fe
Commit
708e80fe
authored
Apr 05, 2022
by
Guilhem Saurel
Browse files
fix include order
parent
f36543db
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/hpp/centroidal-dynamics/util.hh
View file @
708e80fe
...
...
@@ -5,9 +5,10 @@
#ifndef HPP_CENTROIDAL_DYNAMICS_UTIL_HH
#define HPP_CENTROIDAL_DYNAMICS_UTIL_HH
#include
<Eigen/Dense>
// Macros.h needs to be included after Dense
#include
<Eigen/src/Core/util/Macros.h>
#include
<Eigen/Dense>
#include
<cassert>
#include
<cmath>
#include
<fstream>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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