Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01d56fe3 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

Add missing includes

Test: compiled
Bug: not applicable
Change-Id: Ie4007970f83e5d08b2d35e78a49d93d696809d7b
parent ba05ff12
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
#define ATRACE_TAG ATRACE_TAG_CAMERA

#include <gui/ISurfaceComposer.h>
#include <gui/IGraphicBufferAlloc.h>
#include <private/gui/ComposerService.h>
#include <utils/Log.h>
#include <utils/Trace.h>
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@

namespace android {

class IGraphicBufferAlloc;

namespace camera3 {

struct StreamInfo;