summaryrefslogtreecommitdiff
path: root/src/common/uint128.h
diff options
context:
space:
mode:
authorGravatar Lioncash2019-03-20 22:38:25 -0400
committerGravatar Lioncash2019-03-20 22:38:25 -0400
commitb0d70096a179fedd3199b985703a4a676b99a5d4 (patch)
tree5a9f2581b557a592ac5af828a63b68af1ea64e96 /src/common/uint128.h
parentMerge pull request #2272 from lioncash/boost (diff)
downloadyuzu-b0d70096a179fedd3199b985703a4a676b99a5d4.tar.gz
yuzu-b0d70096a179fedd3199b985703a4a676b99a5d4.tar.xz
yuzu-b0d70096a179fedd3199b985703a4a676b99a5d4.zip
common/uint128: Add missing top-file source text
Diffstat (limited to 'src/common/uint128.h')
-rw-r--r--src/common/uint128.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/uint128.h b/src/common/uint128.h
index 52e6b46eb..676a5d172 100644
--- a/src/common/uint128.h
+++ b/src/common/uint128.h
@@ -1,3 +1,6 @@
1// Copyright 2019 yuzu Emulator Project
2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included.
1 4
2#include <utility> 5#include <utility>
3#include "common/common_types.h" 6#include "common/common_types.h"