Skip to content

Commit

Permalink
Merge pull request #1481 from fspindle/fix_ubuntu12.04_bis
Browse files Browse the repository at this point in the history
Add missing include detected on Ubuntu 12.04 ci
  • Loading branch information
fspindle authored Oct 9, 2024
2 parents 0e39a06 + 599789f commit 222acac
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 222acac

Please sign in to comment.