Skip to content

Commit

Permalink
[FIX] Forgot protection around vpParticleFIlter.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rlagneau committed Jun 27, 2024
1 parent 8ad942b commit c25547e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/core/src/math/misc/vpParticleFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

#include <visp3/core/vpParticleFilter.h>

#if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
BEGIN_VISP_NAMESPACE

vpUniRand vpParticleFilter::sampler;
Expand Down Expand Up @@ -397,3 +398,4 @@ void vpParticleFilter::updateMonothread(const vpColVector &z)
}
}
END_VISP_NAMESPACE
#endif

0 comments on commit c25547e

Please sign in to comment.