libstrat: fix missing include

This commit is contained in:
Michael Scire 2019-03-28 21:19:45 -07:00
parent e2bdfdab08
commit e113fe48d8

View File

@ -15,6 +15,7 @@
*/
#pragma once
#include <switch.h>
/* System Modules. */
static constexpr u64 TitleId_SystemStart = 0x0100000000000000ul;