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

Commit 029f6430 authored by Derek Sollenberger's avatar Derek Sollenberger
Browse files

Add missing includes for Mutex.h

The missing header was being transitively included through a
Skia header which is being removed.

Change-Id: I5a65bae076027951fe07d1e7eecd4732124fb0e4
parent eb00769e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@

#include <SkShader.h>

#include <utils/Mutex.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/Mutex.h>
#include <utils/Vector.h>

#include "Debug.h"