aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/applets/swkbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/applets/swkbd.h')
-rw-r--r--src/core/hle/applets/swkbd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/applets/swkbd.h b/src/core/hle/applets/swkbd.h
index 98e81c48..cb95b8d9 100644
--- a/src/core/hle/applets/swkbd.h
+++ b/src/core/hle/applets/swkbd.h
@@ -5,9 +5,12 @@
#pragma once
#include "common/common_types.h"
+#include "common/common_funcs.h"
+
#include "core/hle/applets/applet.h"
#include "core/hle/kernel/kernel.h"
#include "core/hle/kernel/shared_memory.h"
+#include "core/hle/result.h"
#include "core/hle/service/apt/apt.h"
namespace HLE {