diff options
Diffstat (limited to 'cmds')
-rw-r--r-- | cmds/screenrecord/TextRenderer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/screenrecord/TextRenderer.cpp b/cmds/screenrecord/TextRenderer.cpp index 6a9176b..01f73e0 100644 --- a/cmds/screenrecord/TextRenderer.cpp +++ b/cmds/screenrecord/TextRenderer.cpp @@ -21,6 +21,8 @@ #include "TextRenderer.h" #include <assert.h> +#include <malloc.h> +#include <string.h> namespace android { #include "FontBitmap.h" |