From e113fe48d858baeeb7e3d7eb66c14fb03f7fad4c Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 28 Mar 2019 21:19:45 -0700 Subject: [PATCH] libstrat: fix missing include --- include/stratosphere/title_ids.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/stratosphere/title_ids.hpp b/include/stratosphere/title_ids.hpp index 0dcdc926..c5dbe8c2 100644 --- a/include/stratosphere/title_ids.hpp +++ b/include/stratosphere/title_ids.hpp @@ -15,6 +15,7 @@ */ #pragma once +#include /* System Modules. */ static constexpr u64 TitleId_SystemStart = 0x0100000000000000ul;