1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-27 06:26:32 -05: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 {