From 941bc25734147f0ccc16f798799d7d1fc6e05327 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Fri, 9 Mar 2012 15:05:31 -0700 Subject: [PATCH] regressions: Add missing include for memset. Signed-off-by: Samy Al Bahra --- regressions/ck_pr/benchmark/benchmark.h | 1 + regressions/ck_spinlock/benchmark/throughput.h | 1 + 2 files changed, 2 insertions(+) diff --git a/regressions/ck_pr/benchmark/benchmark.h b/regressions/ck_pr/benchmark/benchmark.h index 7f6676e..110ad44 100644 --- a/regressions/ck_pr/benchmark/benchmark.h +++ b/regressions/ck_pr/benchmark/benchmark.h @@ -5,6 +5,7 @@ #include #include #include +#include #include #include #include diff --git a/regressions/ck_spinlock/benchmark/throughput.h b/regressions/ck_spinlock/benchmark/throughput.h index d3e53a1..1a44508 100644 --- a/regressions/ck_spinlock/benchmark/throughput.h +++ b/regressions/ck_spinlock/benchmark/throughput.h @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include