diff options
author | Lioncash <mathew1800@gmail.com> | 2019-03-21 03:39:00 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-03-21 03:39:00 +0100 |
commit | f2c41ba2560c74d699d99e823b0ffb671a18bb93 (patch) | |
tree | bacc12ea0987933544860db3fefd2f97aca8cb10 /src/common/uint128.h | |
parent | common/uint128: Add missing top-file source text (diff) | |
download | yuzu-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 '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 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" |