Skip to content
Snippets Groups Projects
Commit 708e80fe authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

fix include order

parent f36543db
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment