aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/SortBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/SortBench.cpp')
-rw-r--r--bench/SortBench.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/SortBench.cpp b/bench/SortBench.cpp
index 4cf91ba82e..9d22a45bf8 100644
--- a/bench/SortBench.cpp
+++ b/bench/SortBench.cpp
@@ -10,6 +10,8 @@
#include "SkString.h"
#include "SkTSort.h"
+#include <stdlib.h>
+
static const int N = 1000;
static void rand_proc(int array[N]) {