mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 21:51:45 +00:00
mitm: fix errant include on non-hos
This commit is contained in:
parent
63ea152349
commit
8b88351cb4
1 changed files with 2 additions and 0 deletions
|
@ -14,7 +14,9 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include <stratosphere.hpp>
|
||||
#if defined(ATMOSPHERE_OS_HORIZON)
|
||||
#include "mitm_pm.os.horizon.h"
|
||||
#endif
|
||||
|
||||
namespace ams::mitm::pm {
|
||||
|
||||
|
|
Loading…
Reference in a new issue