commit | ca2938a5c681e42a344f7237430726aa17ff1126 | [log] [tgz] |
---|---|---|
author | Tomasz Mikolajewski <mtomasz@google.com> | Fri Nov 17 20:30:56 2017 +0900 |
committer | chrome-bot <chrome-bot@chromium.org> | Fri Nov 17 20:18:45 2017 -0800 |
tree | 70cb53cb86fdcc7aebb31f77a79e462ebc6759f4 | |
parent | 355b156a78aa17211b77730dade28f02b64752a1 [diff] [blame] |
Add a missing include for asserts. The missing include would cause image builders fail on -arcnext builds. BUG=chromium:764871 TEST=emerge arc-cros-gralloc and minigbm on -arcnext. Change-Id: Ifde30bcde72a1fae4d13c95b17273880512cafe2 Reviewed-on: https://chromium-review.googlesource.com/776640 Commit-Ready: Gurchetan Singh <gurchetansingh@chromium.org> Tested-by: Gurchetan Singh <gurchetansingh@chromium.org> Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
diff --git a/cros_gralloc/gralloc0/gralloc0.cc b/cros_gralloc/gralloc0/gralloc0.cc index b055f65..50cd1af 100644 --- a/cros_gralloc/gralloc0/gralloc0.cc +++ b/cros_gralloc/gralloc0/gralloc0.cc
@@ -6,6 +6,7 @@ #include "../cros_gralloc_driver.h" +#include <cassert> #include <hardware/gralloc.h> #include <memory.h>