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:
bsalomon@google.com 2013-03-07 18:05:08 +00:00
parent 848fa2bf75
commit b9cf393e84

View File

@ -12,6 +12,8 @@
#include "SkScalar.h"
#include <stdarg.h>
/* Some helper functions for C strings
*/