Add missing #include <stdarg.h> to SkString.h (fix Android build)
git-svn-id: http://skia.googlecode.com/svn/trunk@8021 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
848fa2bf75
commit
b9cf393e84
@ -12,6 +12,8 @@
|
||||
|
||||
#include "SkScalar.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
/* Some helper functions for C strings
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user