OSDN Git Service

Add missing <string.h> include.
authorElliott Hughes <enh@google.com>
Wed, 28 Jan 2015 19:18:24 +0000 (11:18 -0800)
committerElliott Hughes <enh@google.com>
Wed, 28 Jan 2015 19:18:24 +0000 (11:18 -0800)
Change-Id: Iffdfed00ac49a7920844fa5f9e1a3ffc6a77e641

micro_bench/micro_bench.cpp

index b4b3d42..fecd707 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <ctype.h>
 #include <math.h>
 #include <sched.h>