aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/xml/SkXMLWriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/SkXMLWriter.cpp')
-rw-r--r--src/xml/SkXMLWriter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xml/SkXMLWriter.cpp b/src/xml/SkXMLWriter.cpp
index 67dcf59d1d..0be9c5560a 100644
--- a/src/xml/SkXMLWriter.cpp
+++ b/src/xml/SkXMLWriter.cpp
@@ -6,7 +6,9 @@
*/
#include "SkXMLWriter.h"
+
#include "SkStream.h"
+#include "SkTo.h"
SkXMLWriter::SkXMLWriter(bool doEscapeMarkup) : fDoEscapeMarkup(doEscapeMarkup)
{}