Skip to content

Commit

Permalink
icub.i: Fix compatibility with SWIG 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Apr 28, 2024
1 parent 129a482 commit 70250c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/icub.i
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ using namespace yarp::sig;
#include <iCub/ctrl/adaptWinPolyEstimator.h>
#include <iCub/ctrl/clustering.h>
#include <iCub/ctrl/filters.h>
// Workaround for https://github.com/swig/swig/issues/2828
%ignore waveletIntegrand;
#include <iCub/ctrl/functionEncoder.h>
#include <iCub/ctrl/kalman.h>
#include <iCub/ctrl/math.h>
Expand Down

0 comments on commit 70250c1

Please sign in to comment.