Skip to content

Commit 84f3619

Browse files
committed
Add missing pragma once to the header files
1 parent 11748e7 commit 84f3619

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dpnp/backend/extensions/common/ext/details/common_internal.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
// THE POSSIBILITY OF SUCH DAMAGE.
2727
//*****************************************************************************
2828

29+
#pragma once
30+
2931
#include <algorithm>
3032

3133
#include "ext/common.hpp"

dpnp/backend/extensions/common/ext/details/validation_utils_internal.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
// THE POSSIBILITY OF SUCH DAMAGE.
2727
//*****************************************************************************
2828

29+
#pragma once
30+
2931
#include <pybind11/numpy.h>
3032
#include <pybind11/pybind11.h>
3133

0 commit comments

Comments
 (0)