mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-07 06:51:18 +01:00
mitm: fix errant include on non-hos
This commit is contained in:
parent
63ea152349
commit
8b88351cb4
@ -14,7 +14,9 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#include <stratosphere.hpp>
|
#include <stratosphere.hpp>
|
||||||
|
#if defined(ATMOSPHERE_OS_HORIZON)
|
||||||
#include "mitm_pm.os.horizon.h"
|
#include "mitm_pm.os.horizon.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace ams::mitm::pm {
|
namespace ams::mitm::pm {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user