From e07eb5b22381e871456dd4568943519d366f4592 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 16 Jul 2020 21:43:17 -0400 Subject: [PATCH] constants: Add missing include Eliminates reliance on an indirect include. --- src/core/constants.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/constants.h b/src/core/constants.h index 6d0ec022a..81c5cb279 100644 --- a/src/core/constants.h +++ b/src/core/constants.h @@ -4,6 +4,7 @@ #pragma once +#include #include "common/common_types.h" // This is to consolidate system-wide constants that are used by multiple components of yuzu.