aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/xml/SkXMLParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/SkXMLParser.cpp')
-rw-r--r--src/xml/SkXMLParser.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xml/SkXMLParser.cpp b/src/xml/SkXMLParser.cpp
index 23c4e672b5..36e1ab3ea0 100644
--- a/src/xml/SkXMLParser.cpp
+++ b/src/xml/SkXMLParser.cpp
@@ -5,12 +5,14 @@
* found in the LICENSE file.
*/
+#include "SkXMLParser.h"
+
#include "expat.h"
#include "SkStream.h"
#include "SkString.h"
+#include "SkTo.h"
#include "SkTypes.h"
-#include "SkXMLParser.h"
static char const* const gErrorStrings[] = {
"empty or missing file ",