summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-11-10 02:38:11 +0100
committerZach Hilman <zachhilman@gmail.com>2018-11-18 16:53:47 +0100
commita81645400f9ba40b272163ef6f751ba3428b85a1 (patch)
treed552327edfbcd8a37321a0cfb2520c37c7cd4869 /src/core/frontend/applets
parentam: Construct and use proper applets with ILibraryAppletAccessor (diff)
downloadyuzu-a81645400f9ba40b272163ef6f751ba3428b85a1.tar
yuzu-a81645400f9ba40b272163ef6f751ba3428b85a1.tar.gz
yuzu-a81645400f9ba40b272163ef6f751ba3428b85a1.tar.bz2
yuzu-a81645400f9ba40b272163ef6f751ba3428b85a1.tar.lz
yuzu-a81645400f9ba40b272163ef6f751ba3428b85a1.tar.xz
yuzu-a81645400f9ba40b272163ef6f751ba3428b85a1.tar.zst
yuzu-a81645400f9ba40b272163ef6f751ba3428b85a1.zip
Diffstat (limited to 'src/core/frontend/applets')
-rw-r--r--src/core/frontend/applets/software_keyboard.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/frontend/applets/software_keyboard.cpp b/src/core/frontend/applets/software_keyboard.cpp
index 8cb888a62..c1bacefef 100644
--- a/src/core/frontend/applets/software_keyboard.cpp
+++ b/src/core/frontend/applets/software_keyboard.cpp
@@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include "common/logging/backend.h"
+#include "common/string_util.h"
#include "core/frontend/applets/software_keyboard.h"
namespace Frontend {