| Index: debugger/QT/SkDebuggerGUI.cpp
|
| diff --git a/debugger/QT/SkDebuggerGUI.cpp b/debugger/QT/SkDebuggerGUI.cpp
|
| index 60ef7e97173230aec457729439179a2b969842d1..f5f9bc63312999d1bf753f7334e32b946e4a2048 100644
|
| --- a/debugger/QT/SkDebuggerGUI.cpp
|
| +++ b/debugger/QT/SkDebuggerGUI.cpp
|
| @@ -6,6 +6,7 @@
|
| */
|
|
|
| #include "SkDebuggerGUI.h"
|
| +#include "SkForceLinking.h"
|
| #include "SkGraphics.h"
|
| #include "SkImageDecoder.h"
|
| #include <QListWidgetItem>
|
| @@ -13,6 +14,8 @@
|
| #include "SkPictureRecord.h"
|
| #include "SkPicturePlayback.h"
|
|
|
| +__SK_FORCE_IMAGE_DECODER_LINKING;
|
| +
|
| #if defined(SK_BUILD_FOR_WIN32)
|
| #include "BenchSysTimer_windows.h"
|
| #elif defined(SK_BUILD_FOR_MAC)
|
|
|