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

Commit d7978a28 authored by Derek Sollenberger's avatar Derek Sollenberger Committed by Android Git Automerger
Browse files

am 34ccd7af: Merge "Add missing includes for threads.h"

* commit '34ccd7af':
  Add missing includes for threads.h
parents 9ad705ce 34ccd7af
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@

#include <SkShader.h>

#include <utils/threads.h>
#include <utils/Vector.h>

#include "Texture.h"
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@

#include <SkBitmap.h>

#include <utils/threads.h>
#include <utils/Vector.h>

#include "Debug.h"