aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/timer
diff options
context:
space:
mode:
Diffstat (limited to 'tools/timer')
-rw-r--r--tools/timer/Timer.cpp1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
SkString HumanizeMs(double ms) {
if (ms > 60e+3) return SkStringPrintf("%.3gm", ms/60e+3);