From 0cbc1d9bf1f2cca9942882f2bc2005012dadd3f0 Mon Sep 17 00:00:00 2001 From: tizianoGuadagnino Date: Wed, 10 Jul 2024 11:43:22 +0200 Subject: [PATCH] Macos does not like my include --- cpp/kiss_icp/core/VoxelUtils.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpp/kiss_icp/core/VoxelUtils.hpp b/cpp/kiss_icp/core/VoxelUtils.hpp index 8778e789..7d5888fb 100644 --- a/cpp/kiss_icp/core/VoxelUtils.hpp +++ b/cpp/kiss_icp/core/VoxelUtils.hpp @@ -23,9 +23,8 @@ // #pragma once -#include - #include +#include namespace kiss_icp { using Voxel = Eigen::Vector3i;