Skip to content

Commit e23d384

Browse files
committed
add include guards
1 parent 0b44278 commit e23d384

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

elevation_mapping_cupy/include/elevation_mapping_cupy/elevation_mapping_ros.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// Copyright (c) 2022, Takahiro Miki. All rights reserved.
33
// Licensed under the MIT license. See LICENSE file in the project root for details.
44
//
5+
6+
#pragma once
7+
58
#include <pybind11_catkin/pybind11/embed.h> // everything needed for embedding
69
#include <iostream>
710
#include <Eigen/Dense>

elevation_mapping_cupy/include/elevation_mapping_cupy/elevation_mapping_wrapper.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// Copyright (c) 2022, Takahiro Miki. All rights reserved.
33
// Licensed under the MIT license. See LICENSE file in the project root for details.
44
//
5+
6+
#pragma once
7+
58
#include <pybind11_catkin/pybind11/embed.h> // everything needed for embedding
69
#include <iostream>
710
#include <Eigen/Dense>

0 commit comments

Comments
 (0)