commit | fd7f9c4b65505e44784cf4f2cf970086b6089582 | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Tue Feb 14 19:35:34 2023 +0000 |
committer | Kevin Lubick <kjlubick@google.com> | Tue Feb 14 19:37:04 2023 +0000 |
tree | de29975a81bfb8aeabd13aca9c512a4eaf88ea83 | |
parent | bd0b40589bc30305ea5812f33cb30e2cd4602bdb [diff] [blame] |
Add missing Skia includes in jpegr code We are cleaning up Skia includes in https://skia-review.googlesource.com/c/skia/+/642658 and these changes are needed to land that. Change-Id: I48d5eecddc7ea9254d794e358fc78e9319b25a6f
diff --git a/libs/jpegrecoverymap/jpegr.cpp b/libs/jpegrecoverymap/jpegr.cpp index bd8874e..08be4be 100644 --- a/libs/jpegrecoverymap/jpegr.cpp +++ b/libs/jpegrecoverymap/jpegr.cpp
@@ -27,7 +27,9 @@ #include <image_io/base/data_segment_data_source.h> #include <utils/Log.h> #include "SkColorSpace.h" +#include "SkData.h" #include "SkICC.h" +#include "SkRefCnt.h" #include <map> #include <memory>