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

Commit 9d014d04 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Add missing includes.

Change-Id: Ib697ce44243e7cb07aee60944238e0854d82e9de
parent 47deb15e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@
#include "TextRenderer.h"

#include <assert.h>
#include <malloc.h>
#include <string.h>

namespace android {
#include "FontBitmap.h"
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@

#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>

#include <utils/Log.h>
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>

+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
 * SUCH DAMAGE.
 */

#include <malloc.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>