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

Commit 003b412e authored by Steve Paik's avatar Steve Paik
Browse files

Add android/log.h to Rect.h

Rect.h uses definitions from log.h.

Test:  Build succeeds when C file doesn't include log.h.
Change-Id: Ia85372ca61edafadea92165121dc6fbd1546674b
parent 4f8c1fd2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
#include <utils/TypeHelpers.h>
#include <ui/Point.h>

#include <android/log.h>
#include <android/rect.h>

namespace android {