aboutsummaryrefslogtreecommitdiff
path: root/src/common/uint128.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-20 22:39:00 -0400
committerLioncash <mathew1800@gmail.com>2019-03-20 22:39:00 -0400
commitf2c41ba2560c74d699d99e823b0ffb671a18bb93 (patch)
treebacc12ea0987933544860db3fefd2f97aca8cb10 /src/common/uint128.h
parentb0d70096a179fedd3199b985703a4a676b99a5d4 (diff)
common/uint128: Add missing header guard
Diffstat (limited to 'src/common/uint128.h')
-rw-r--r--src/common/uint128.h2
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"