Skip to content

Commit 16f93ab

Browse files
authored
Update linkly.hpp
1 parent f222f1b commit 16f93ab

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

linkly.hpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
// My first library ever, I'm really proud of it ;)
55

6-
#pragma once
6+
#ifndef LINKLY_H
7+
#define LINKLY_H
78

89
#include <tuple>
910
#include <type_traits>
@@ -385,3 +386,5 @@ inline namespace alias {
385386
LINKLY_GENERATE_OPERATOR_ALIAS(PipeOperator, PipeOperator_);
386387
}
387388
}
389+
390+
#endif // LINKLY_H

0 commit comments

Comments
 (0)