2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

Core: Correct compilition in GCC

This commit is contained in:
Fernando Sahmkow 2020-02-13 22:08:49 -04:00 committed by FernandoS27
parent 2bc949628d
commit 829d8c0d6b

View file

@ -4,6 +4,8 @@
#pragma once
#include <tuple>
#include "common/common_types.h"
namespace Core {