commit | 1a8b3f848722906a3cb87375b39c0d6c83b56359 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Jul 23 12:16:23 2024 -0700 |
committer | Yabin Cui <yabinc@google.com> | Tue Jul 23 12:16:23 2024 -0700 |
tree | 429f60e57026fdd1ff894a05340a6c71321b922f | |
parent | d222b95dafe6ba4890a6b4bcb405892e48bff48d [diff] [blame] |
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
diff --git a/services/camera/virtualcamera/util/JpegUtil.h b/services/camera/virtualcamera/util/JpegUtil.h index 83ed74b..5d53269 100644 --- a/services/camera/virtualcamera/util/JpegUtil.h +++ b/services/camera/virtualcamera/util/JpegUtil.h
@@ -18,6 +18,7 @@ #define ANDROID_COMPANION_VIRTUALCAMERA_JPEGUTIL_H #include <optional> +#include <vector> #include "system/graphics.h"