Skip to content

Commit

Permalink
Add missing include detected on Ubuntu 12.04 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Oct 9, 2024
1 parent 0e39a06 commit 599789f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/particle-filter/pf-nonlinear-complex-example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
the interval \f$[- \pi ; \pi ]\f$ .
*/

#include <iostream>

// ViSP includes
#include <visp3/core/vpConfig.h>
#include <visp3/core/vpColVector.h>
Expand Down
2 changes: 2 additions & 0 deletions example/particle-filter/pf-nonlinear-example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
not perfect.
*/

#include <iostream>

// ViSP includes
#include <visp3/core/vpConfig.h>
#include <visp3/core/vpGaussRand.h>
Expand Down

0 comments on commit 599789f

Please sign in to comment.