summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-12-11 23:47:19 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-12-11 23:47:19 +0000
commit209f54778116c9ead16c217f828e5ce7b8502aa7 (patch)
tree3918e3e31d9f5ecf410d965069da747eb92da994
parent7431e3d49ec9d5be7ea3cc7d052c6e28fd6c39b0 (diff)
parenta3098f3a36bac9aa072f30ad7f1ddf3c8d52ff4d (diff)
downloadml-ndk-sysroot-r21.tar.gz
Merge "Include <stdbool.h> in NDK headers that use bool." into ndk-sysroot-r21ndk-sysroot-r21
-rw-r--r--nn/runtime/include/NeuralNetworks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nn/runtime/include/NeuralNetworks.h b/nn/runtime/include/NeuralNetworks.h
index 8911eaf52..35658ff38 100644
--- a/nn/runtime/include/NeuralNetworks.h
+++ b/nn/runtime/include/NeuralNetworks.h
@@ -43,6 +43,7 @@
*/
#include <android/hardware_buffer.h>
+#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <sys/cdefs.h>