aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/dftext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/dftext.cpp')
-rw-r--r--gm/dftext.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/gm/dftext.cpp b/gm/dftext.cpp
index ab8d1e6840..ae57aa8eb2 100644
--- a/gm/dftext.cpp
+++ b/gm/dftext.cpp
@@ -4,13 +4,15 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#include "gm.h"
-#include "sk_tool_utils.h"
+
#include "Resources.h"
#include "SkCanvas.h"
#include "SkStream.h"
#include "SkSurface.h"
+#include "SkTo.h"
#include "SkTypeface.h"
+#include "gm.h"
+#include "sk_tool_utils.h"
class DFTextGM : public skiagm::GM {
public: