Skip to content

Commit ffa09ec

Browse files
drWulfDerek Sollenberger
authored andcommitted
Add missing includes for threads.h
The missing header was being transitively included through a Skia header which is being removed. Change-Id: I5a65bae076027951fe07d1e7eecd4732124fb0e4
1 parent c7e5a2f commit ffa09ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libs/hwui/GradientCache.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#include <SkShader.h>
2121

22+
#include <utils/threads.h>
2223
#include <utils/Vector.h>
2324

2425
#include "Texture.h"

libs/hwui/TextureCache.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#include <SkBitmap.h>
2121

22+
#include <utils/threads.h>
2223
#include <utils/Vector.h>
2324

2425
#include "Debug.h"

0 commit comments

Comments
 (0)