From bed24ff11039cbaf8c212815d970c14d5b434c3d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu>
Date: Tue, 9 Aug 2022 23:14:25 +0200
Subject: [PATCH] Add include guards !!!

---
 include/laser/utils/laser3d_tools.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/laser/utils/laser3d_tools.h b/include/laser/utils/laser3d_tools.h
index b0e2dcfd5..9040dd50f 100644
--- a/include/laser/utils/laser3d_tools.h
+++ b/include/laser/utils/laser3d_tools.h
@@ -20,6 +20,9 @@
 //
 //--------LICENSE_END--------
 
+#ifndef LASER3D_TOOLS_H
+#define LASER3D_TOOLS_H
+
 #include <pcl/point_types.h>
 #include <pcl/point_cloud.h>
 #include <pcl/common/transforms.h>
@@ -90,3 +93,5 @@ inline void pairAlign(const pcl::PointCloud<pcl::PointXYZ>::Ptr
 }
 
 }  // namespace wolf
+
+#endif // LASER3D_TOOLS_H
\ No newline at end of file
-- 
GitLab