From f2e3cee1f9a76ad54ab18b915c25ed0cf22e3d63 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Sat, 14 Mar 2020 19:36:02 +1100 Subject: [PATCH] ncm: fix recursive include --- .../include/stratosphere/ncm/ncm_storage_id_utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libstratosphere/include/stratosphere/ncm/ncm_storage_id_utils.hpp b/libraries/libstratosphere/include/stratosphere/ncm/ncm_storage_id_utils.hpp index c2eaac071..da4aa560b 100644 --- a/libraries/libstratosphere/include/stratosphere/ncm/ncm_storage_id_utils.hpp +++ b/libraries/libstratosphere/include/stratosphere/ncm/ncm_storage_id_utils.hpp @@ -14,7 +14,7 @@ * along with this program. If not, see . */ #pragma once -#include +#include namespace ams::ncm {