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 {