We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4af9cf commit a655afaCopy full SHA for a655afa
include/eigenpy/eigenpy.hpp
@@ -9,6 +9,7 @@
9
#include "eigenpy/fwd.hpp"
10
#include "eigenpy/deprecated.hpp"
11
#include "eigenpy/eigen-typedef.hpp"
12
+#include "eigenpy/expose.hpp"
13
14
#define ENABLE_SPECIFIC_MATRIX_TYPE(TYPE) \
15
::eigenpy::enableEigenPySpecific<TYPE>();
include/eigenpy/fwd.hpp
@@ -117,6 +117,5 @@ struct EigenFromPy;
117
} // namespace eigenpy
118
119
#include "eigenpy/alignment.hpp"
120
-#include "eigenpy/expose.hpp"
121
122
#endif // ifndef __eigenpy_fwd_hpp__
0 commit comments