diff options
author | Nick Kralevich <nnk@google.com> | 2015-10-22 17:26:19 -0700 |
---|---|---|
committer | Nick Kralevich <nnk@google.com> | 2015-10-22 17:26:28 -0700 |
commit | 7f1ea80d65996ab687ff56a884da915535cdc176 (patch) | |
tree | ce671481724fcc1cff2d15e047d23d7d742987fb /include | |
parent | 72c8ca4a0191827fd3265c0820b685a6cf420be1 (diff) | |
parent | 834ac204ce52d874cdd7ae921e5a4d85c5e42c52 (diff) | |
download | frameworks_native-7f1ea80d65996ab687ff56a884da915535cdc176.zip frameworks_native-7f1ea80d65996ab687ff56a884da915535cdc176.tar.gz frameworks_native-7f1ea80d65996ab687ff56a884da915535cdc176.tar.bz2 |
resolve merge conflicts of 834ac204ce to klp-modular-dev.
Bug: 23905002
Change-Id: Ic7262861af91a8fff27692c0f68761cb3ab12aa3
Diffstat (limited to 'include')
-rw-r--r-- | include/input/Input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/input/Input.h b/include/input/Input.h index fba5845..df6921a 100644 --- a/include/input/Input.h +++ b/include/input/Input.h @@ -28,6 +28,7 @@ #include <utils/String8.h> #include <utils/Timers.h> #include <utils/Vector.h> +#include <stdint.h> /* * Additional private constants not defined in ndk/ui/input.h. |