Index: tests/StringTest.cpp |
=================================================================== |
--- a/tests/StringTest.cpp (revision 11693) |
+++ b/tests/StringTest.cpp (working copy) |
@@ -8,8 +8,8 @@ |
#include "Test.h" |
#include "SkString.h" |
#include <stdarg.h> |
+#include <stdio.h> |
- |
// Windows vsnprintf doesn't 0-terminate safely), but is so far |
// encapsulated in SkString that we can't test it directly. |