summaryrefslogtreecommitdiffstats
path: root/src/common/uint128.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-21 03:39:00 +0100
committerLioncash <mathew1800@gmail.com>2019-03-21 03:39:00 +0100
commitf2c41ba2560c74d699d99e823b0ffb671a18bb93 (patch)
treebacc12ea0987933544860db3fefd2f97aca8cb10 /src/common/uint128.h
parentcommon/uint128: Add missing top-file source text (diff)
downloadyuzu-f2c41ba2560c74d699d99e823b0ffb671a18bb93.tar
yuzu-f2c41ba2560c74d699d99e823b0ffb671a18bb93.tar.gz
yuzu-f2c41ba2560c74d699d99e823b0ffb671a18bb93.tar.bz2
yuzu-f2c41ba2560c74d699d99e823b0ffb671a18bb93.tar.lz
yuzu-f2c41ba2560c74d699d99e823b0ffb671a18bb93.tar.xz
yuzu-f2c41ba2560c74d699d99e823b0ffb671a18bb93.tar.zst
yuzu-f2c41ba2560c74d699d99e823b0ffb671a18bb93.zip
Diffstat (limited to '')
-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 676a5d172..a3be2a2cb 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"