commit | 81895aad176e4581cc363f8e8528a1669781837a | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Oct 12 13:31:52 2017 -0700 |
committer | Dan Albert <danalbert@google.com> | Thu Oct 12 13:31:52 2017 -0700 |
tree | 210a522c354e4dd6e72ddcfd8ff1654859ec3285 | |
parent | aff8f469c342c8f9754d6899af8a11132d66f681 [diff] [blame] |
Add missing includes. Change-Id: Id6a97bfdb28f155f691891c746cbc1008e6ce083 Exempt-From-Owner-Approval: trivial cleanup Test: mma Bug: None
diff --git a/modules/camera/3_0/Metadata.cpp b/modules/camera/3_0/Metadata.cpp index 440da5f..9b8eb1d 100644 --- a/modules/camera/3_0/Metadata.cpp +++ b/modules/camera/3_0/Metadata.cpp
@@ -16,6 +16,8 @@ //#define LOG_NDEBUG 0 #define LOG_TAG "Metadata" +#include <errno.h> + #include <system/camera_metadata.h> #include <log/log.h>