common/uint128: Add missing top-file source text

This commit is contained in:
Lioncash 2019-03-20 22:38:25 -04:00
parent 43b83d6b6a
commit b0d70096a1
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// Copyright 2019 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#ifdef _MSC_VER
#include <intrin.h>

View File

@ -1,3 +1,6 @@
// Copyright 2019 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <utility>
#include "common/common_types.h"