diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-11-10 02:38:11 +0100 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-11-18 16:53:47 +0100 |
commit | a81645400f9ba40b272163ef6f751ba3428b85a1 (patch) | |
tree | d552327edfbcd8a37321a0cfb2520c37c7cd4869 /src/core/frontend/applets | |
parent | am: Construct and use proper applets with ILibraryAppletAccessor (diff) | |
download | yuzu-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.cpp | 1 |
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 { |