From fe909b3b5adb5e1306a1c85e6e1275424a6371b2 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 12 Jul 2015 22:10:37 +0100 Subject: Core: Fix applet includes using iwyu. --- src/core/hle/applets/swkbd.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/hle/applets/swkbd.h') 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 { -- cgit v1.2.3