From 5ae7b3ea9e06c7c7b40a8b1d6cbae329d015e2c4 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 12 Jul 2019 17:59:34 -0700 Subject: [PATCH] fix missing include in sm_types.hpp --- include/stratosphere/sm/sm_types.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/stratosphere/sm/sm_types.hpp b/include/stratosphere/sm/sm_types.hpp index a1915e63..c831d913 100644 --- a/include/stratosphere/sm/sm_types.hpp +++ b/include/stratosphere/sm/sm_types.hpp @@ -15,6 +15,7 @@ */ #pragma once +#include #include #include #include "../defines.hpp"