Skip to content

Commit

Permalink
Add missing header when c++98
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Oct 9, 2024
1 parent f83e271 commit 399bfe7
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 399bfe7

Please sign in to comment.