Skip to content

Commit 70328a4

Browse files
committed
CPatch: remove eigen aligned allocator for windows
1 parent dd5299e commit 70328a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/hpp/fcl/collision_data.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ struct HPP_FCL_DLLAPI CollisionResult : QueryResult {
510510
/// to compute a contact volume instead of a contact patch.
511511
struct HPP_FCL_DLLAPI ContactPatch {
512512
public:
513-
using Polygon = std::vector<Vec2f, Eigen::aligned_allocator<Vec2f>>;
513+
using Polygon = std::vector<Vec2f>;
514514

515515
/// @brief Frame of the set, expressed in the world coordinates.
516516
/// The z-axis of the frame's rotation is the contact patch normal.

0 commit comments

Comments
 (0)