Skip to content
Snippets Groups Projects
Verified Commit a655afa3 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: move include

parent c4af9cfb
No related branches found
No related tags found
No related merge requests found
Pipeline #25757 passed with warnings
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include "eigenpy/fwd.hpp" #include "eigenpy/fwd.hpp"
#include "eigenpy/deprecated.hpp" #include "eigenpy/deprecated.hpp"
#include "eigenpy/eigen-typedef.hpp" #include "eigenpy/eigen-typedef.hpp"
#include "eigenpy/expose.hpp"
#define ENABLE_SPECIFIC_MATRIX_TYPE(TYPE) \ #define ENABLE_SPECIFIC_MATRIX_TYPE(TYPE) \
::eigenpy::enableEigenPySpecific<TYPE>(); ::eigenpy::enableEigenPySpecific<TYPE>();
......
...@@ -117,6 +117,5 @@ struct EigenFromPy; ...@@ -117,6 +117,5 @@ struct EigenFromPy;
} // namespace eigenpy } // namespace eigenpy
#include "eigenpy/alignment.hpp" #include "eigenpy/alignment.hpp"
#include "eigenpy/expose.hpp"
#endif // ifndef __eigenpy_fwd_hpp__ #endif // ifndef __eigenpy_fwd_hpp__
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