From 872db4f11e407accccba9d37c335ef7e3597eba4 Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Tue, 22 Apr 2014 15:03:51 -0700 Subject: Move key attribute information out of native. Native doesn't ever actually care about the attributes of keys, so move all of it up into the managed layer and move all of the key names down so they're defined once. Change-Id: Ic8ded13ce050b2b98744735ff50d11e8d882d7d5 --- libs/input/KeyLayoutMap.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/input/KeyLayoutMap.cpp') diff --git a/libs/input/KeyLayoutMap.cpp b/libs/input/KeyLayoutMap.cpp index 0800a31d75..2b2f13e4c7 100644 --- a/libs/input/KeyLayoutMap.cpp +++ b/libs/input/KeyLayoutMap.cpp @@ -19,6 +19,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3-59-g8ed1b