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

Commit 1a8b3f84 authored by Yabin Cui's avatar Yabin Cui
Browse files

Fix build error for clang update

JpegUtil.h:41:47: error: no template named 'vector' in namespace 'std'
   41 |                                    const std::vector<uint8_t>& app1ExifData,

Bug: none
Test: build with TOT-clang
Change-Id: I2efa29939f15c2cc68cfc15de5ac60d48e8aee3c
parent d222b95d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#define ANDROID_COMPANION_VIRTUALCAMERA_JPEGUTIL_H

#include <optional>
#include <vector>

#include "system/graphics.h"