summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Painter <jpainter@google.com>2012-09-07 16:36:50 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-07 16:37:50 -0700
commitfe140e882c578883238a2dd7793159c848a07b49 (patch)
tree6682dafb984b0668c3d0b98a5c40c66193ab007e
parentc3dbf1a40df85b75e5805382838a90416f69730f (diff)
downloadframeworks_av-fe140e882c578883238a2dd7793159c848a07b49.zip
frameworks_av-fe140e882c578883238a2dd7793159c848a07b49.tar.gz
frameworks_av-fe140e882c578883238a2dd7793159c848a07b49.tar.bz2
Fix build
Change-Id: Ia4bebc4ecc850b42ebd4edd1ffed07e9bc2ec300
-rw-r--r--services/camera/libcameraservice/Camera2Client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/camera/libcameraservice/Camera2Client.cpp b/services/camera/libcameraservice/Camera2Client.cpp
index 5081289..90355be 100644
--- a/services/camera/libcameraservice/Camera2Client.cpp
+++ b/services/camera/libcameraservice/Camera2Client.cpp
@@ -26,6 +26,7 @@
#include <gui/Surface.h>
#include <media/hardware/MetadataBufferType.h>
#include "camera2/Parameters.h"
+#include "Camera2Client.h"
#define ALOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__);
#define ALOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);