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

[AutoDiff] Include first CppADCG

parent 452c8688
Branches
Tags
No related merge requests found
......@@ -28,7 +28,11 @@
#endif
#include <Eigen/Core>
#include <cppad/cppad.hpp>
#if defined(PINOCCHIO_WITH_CPPADCG_SUPPORT) && defined(PINOCCHIO_WITH_CXX11_SUPPORT)
#include <cppad/cg.hpp>
#else
#include <cppad/cppad.hpp>
#endif
namespace Eigen
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment