summaryrefslogtreecommitdiff
path: root/libartpalette/include/palette/palette.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2020-08-05 16:59:21 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-08-05 16:59:21 +0000
commit044f9142df7f85879a8c55c4dbff8c36b458fe8a (patch)
tree1d6837a9cd0f49e5dba63d7be5e99abe1bfa241a /libartpalette/include/palette/palette.h
parentfdda886fe9082d490a9d2f13288dceb4b28b3b89 (diff)
parentef78aa262af911af98c6ba171640f9584aa0caa0 (diff)
Create an empty hooks data structure in palette. am: 3d22dbb670 am: ef78aa262a
Original change: https://android-review.googlesource.com/c/platform/art/+/1382421 Change-Id: I77a9346cc6b7af68bababec5962a7efc344b2bc8
Diffstat (limited to 'libartpalette/include/palette/palette.h')
-rw-r--r--libartpalette/include/palette/palette.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libartpalette/include/palette/palette.h b/libartpalette/include/palette/palette.h
index 1f58403e99..85484072a4 100644
--- a/libartpalette/include/palette/palette.h
+++ b/libartpalette/include/palette/palette.h
@@ -17,6 +17,7 @@
#ifndef ART_LIBARTPALETTE_INCLUDE_PALETTE_PALETTE_H_
#define ART_LIBARTPALETTE_INCLUDE_PALETTE_PALETTE_H_
+#include "palette_hooks.h"
#include "palette_types.h"
#ifdef __cplusplus