Skip to content

Commit 12de207

Browse files
voltjiawooway777
authored andcommitted
Add an include guard to ninetoothed/utils.h
1 parent 3efc214 commit 12de207

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/infiniop/ninetoothed/utils.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifndef __NINETOOTHED_UTILS__
2+
#define __NINETOOTHED_UTILS__
3+
14
#include <initializer_list>
25
#include <limits>
36
#include <type_traits>
@@ -68,3 +71,5 @@ class Tensor {
6871
};
6972

7073
} // namespace ninetoothed
74+
75+
#endif

0 commit comments

Comments
 (0)