summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-28 11:18:24 -0800
committerElliott Hughes <enh@google.com>2015-01-28 11:18:24 -0800
commit7e2587fb24473a693c0da3343f5149b4ca9ccbb9 (patch)
tree79bd1cad3cc76cbc4e05482ad03290286db80060
parentfcd4849c30a5e81ed494b0392e175d2d9be67ab7 (diff)
downloadextras-7e2587fb24473a693c0da3343f5149b4ca9ccbb9.tar.gz
Add missing <string.h> include.
Change-Id: Iffdfed00ac49a7920844fa5f9e1a3ffc6a77e641
-rw-r--r--micro_bench/micro_bench.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/micro_bench/micro_bench.cpp b/micro_bench/micro_bench.cpp
index b4b3d429..fecd7074 100644
--- a/micro_bench/micro_bench.cpp
+++ b/micro_bench/micro_bench.cpp
@@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <ctype.h>
#include <math.h>
#include <sched.h>