1
0
Fork 0
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:
Michael Scire 2023-06-06 19:32:06 -07:00
parent 63ea152349
commit 8b88351cb4

View file

@ -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 {