mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-21 19:12:42 +02:00
mitm: fix errant include on non-hos
This commit is contained in:
parent
f4a966eb4c
commit
390356cd9e
@ -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…
Reference in New Issue
Block a user