aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skhello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skhello.cpp')
-rw-r--r--tools/skhello.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/skhello.cpp b/tools/skhello.cpp
index d30849bcfb..93dad56df5 100644
--- a/tools/skhello.cpp
+++ b/tools/skhello.cpp
@@ -9,12 +9,15 @@
#include "SkCommandLineFlags.h"
#include "SkData.h"
#include "SkDocument.h"
+#include "SkForceLinking.h"
#include "SkGraphics.h"
#include "SkSurface.h"
#include "SkImage.h"
#include "SkStream.h"
#include "SkString.h"
+__SK_FORCE_IMAGE_DECODER_LINKING;
+
DEFINE_string2(outFile, o, "skhello", "The filename to write the image.");
DEFINE_string2(text, t, "Hello", "The string to write.");