Skip to content

Commit

Permalink
Merge pull request #1480 from fspindle/fix_ubuntu12.04
Browse files Browse the repository at this point in the history
Add missing header when c++98
  • Loading branch information
fspindle authored Oct 9, 2024
2 parents f83e271 + 399bfe7 commit 0e39a06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/kalman/ukf-nonlinear-example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
the interval \f$[- \pi ; \pi ]\f$ .
*/

#include <iostream>

// UKF includes
#include <visp3/core/vpUKSigmaDrawerMerwe.h>
#include <visp3/core/vpUnscentedKalman.h>
Expand Down

0 comments on commit 0e39a06

Please sign in to comment.