Skip to content

Commit

Permalink
Fix build under windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Nov 12, 2024
1 parent 7a67971 commit 795478f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/robot/src/wireframe-simulator/vpArit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
#include <stdio.h> // for fprintf, stderr
#include <string.h> // for memmove
#include <visp3/core/vpConfig.h> // for BEGIN_VISP_NAMESPACE
#include <visp3/core/vpMath.h> // for M_PI_2 under Windows
#include <visp3/robot/vpWireFrameSimulatorTypes.h> // for Matrix, Point3f
#include <visp3/robot/vpMath.h> // for M_PI_2 under Windows
#include "vpMy.h" // for M_EPSILON, FABS
#include "vpArit.h"

Expand Down

0 comments on commit 795478f

Please sign in to comment.