| commit | 97133ade536f6333a2dbaec8be6f8347bb12bd79 | [log] [tgz] |
|---|---|---|
| author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue May 20 17:35:10 2014 +0000 |
| committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue May 20 17:35:10 2014 +0000 |
| tree | 58e4c3e785e62a5648638b0bba4aa2123984e7f9 | |
| parent | 7ed173b1ebac84671fb0dc1b9bd323a5e6e63771 [diff] |
Changed JSON formatting more, workaround bug where SkStringPrintf causes encoding issues BUG=skia: R=bensong@google.com, jcgregorio@google.com, reed@google.com, bsalomon@google.com Author: kelvinly@google.com Review URL: https://codereview.chromium.org/294093002 git-svn-id: http://skia.googlecode.com/svn/trunk@14808 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/utils/SkJSONCPP.h b/include/utils/SkJSONCPP.h index 966d064..0582e8f 100644 --- a/include/utils/SkJSONCPP.h +++ b/include/utils/SkJSONCPP.h
@@ -21,6 +21,7 @@ #endif #include "json/reader.h" #include "json/value.h" +#include "json/writer.h" #ifdef SK_BUILD_FOR_WIN #pragma warning(pop) #endif