Include order #2221
Answered
by
jcarpent
xiaosuyang
asked this question in
Q&A
Include order
#2221
-
Hello. When I make, a mistake "You should include pinocchio before the Boost headers (e.g. #include <pinocchio/fwd.hpp>)" occured,it seems that the include order had some problem, what can I do to fix it |
Beta Was this translation helpful? Give feedback.
Answered by
jcarpent
Apr 23, 2024
Replies: 1 comment
-
Juste include |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jcarpent
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Juste include
#include <pinocchio/fwd.hpp>
in the top of your hierarchy of header files.