Index: bench/SortBench.cpp |
diff --git a/bench/SortBench.cpp b/bench/SortBench.cpp |
index 4cf91ba82e0c3420fc201f49717626e9f34aa88c..9d22a45bf8f167f6863a2540878256ace4523139 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]) { |