diff options
author | Nick Kralevich <nnk@google.com> | 2015-10-23 04:19:58 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-10-23 04:19:58 +0000 |
commit | 18e7c64ea82e002978ef069884d195e02e7302df (patch) | |
tree | 6d50271dbcccd243008cf0015a3d3a5a7f176822 /include | |
parent | 711c7becb01eec79d8335f335fab6e00a9164b00 (diff) | |
parent | 0370a03b6e74e40d5110b83fed2243bf072aee73 (diff) | |
download | frameworks_native-18e7c64ea82e002978ef069884d195e02e7302df.zip frameworks_native-18e7c64ea82e002978ef069884d195e02e7302df.tar.gz frameworks_native-18e7c64ea82e002978ef069884d195e02e7302df.tar.bz2 |
resolve merge conflicts of 834ac204ce to klp-modular-dev. am: 7f1ea80d65 am: fa632f6ad7 am: 9ec978732f am: 1b28b05d2e
am: 0370a03b6e
* commit '0370a03b6e74e40d5110b83fed2243bf072aee73':
DO NOT MERGE: fix build breakage
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 92b3d36..617175b 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. |