From 390356cd9e386eedbb8c4e0c640d6d36ca871e70 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 6 Jun 2023 19:32:06 -0700 Subject: [PATCH] mitm: fix errant include on non-hos --- libstratosphere/source/mitm/mitm_pm_api.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libstratosphere/source/mitm/mitm_pm_api.cpp b/libstratosphere/source/mitm/mitm_pm_api.cpp index a49cf9ce..71064cca 100644 --- a/libstratosphere/source/mitm/mitm_pm_api.cpp +++ b/libstratosphere/source/mitm/mitm_pm_api.cpp @@ -14,7 +14,9 @@ * along with this program. If not, see . */ #include +#if defined(ATMOSPHERE_OS_HORIZON) #include "mitm_pm.os.horizon.h" +#endif namespace ams::mitm::pm {