From 446cc84b55279f8085ff9e3c4fbea2b14db72078 Mon Sep 17 00:00:00 2001 From: Jim Van Verth Date: Wed, 20 Sep 2017 15:23:44 -0400 Subject: Fix MSAN compile error Change-Id: I2ac07f2da5e08a3dbefc59fb860d69817906df41 Reviewed-on: https://skia-review.googlesource.com/49441 Reviewed-by: Jim Van Verth Commit-Queue: Jim Van Verth --- tools/timer/Timer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/timer') diff --git a/tools/timer/Timer.cpp b/tools/timer/Timer.cpp index 01ffb96674..6f04c98150 100644 --- a/tools/timer/Timer.cpp +++ b/tools/timer/Timer.cpp @@ -5,6 +5,7 @@ * found in the LICENSE file. */ #include "Timer.h" +#include SkString HumanizeMs(double ms) { if (ms > 60e+3) return SkStringPrintf("%.3gm", ms/60e+3); -- cgit v1.2.3