Skip to content

Commit

Permalink
Add missing vpMath.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Oct 27, 2023
1 parent 2e3a5ab commit 4c26fd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/src/camera/vpCameraParameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#include <visp3/core/vpDebug.h>
#include <visp3/core/vpException.h>
#include <visp3/core/vpRotationMatrix.h>
#include <visp3/core/vpMath.h>

const double vpCameraParameters::DEFAULT_PX_PARAMETER = 600.0;
const double vpCameraParameters::DEFAULT_PY_PARAMETER = 600.0;
Expand Down

0 comments on commit 4c26fd7

Please sign in to comment.