diff options
author | Lioncash <mathew1800@gmail.com> | 2019-03-20 22:39:00 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-03-20 22:39:00 -0400 |
commit | f2c41ba2560c74d699d99e823b0ffb671a18bb93 (patch) | |
tree | bacc12ea0987933544860db3fefd2f97aca8cb10 /src/common/uint128.h | |
parent | b0d70096a179fedd3199b985703a4a676b99a5d4 (diff) |
common/uint128: Add missing header guard
Diffstat (limited to 'src/common/uint128.h')
-rw-r--r-- | src/common/uint128.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/uint128.h b/src/common/uint128.h index 676a5d1723..a3be2a2cba 100644 --- a/src/common/uint128.h +++ b/src/common/uint128.h @@ -2,6 +2,8 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#pragma once + #include <utility> #include "common/common_types.h" |