summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mmap-perf/mmapPerf.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/mmap-perf/mmapPerf.cpp b/mmap-perf/mmapPerf.cpp
index d195850d..ca69840b 100644
--- a/mmap-perf/mmapPerf.cpp
+++ b/mmap-perf/mmapPerf.cpp
@@ -1,4 +1,5 @@
-#include "benchmark/benchmark_api.h"
+#include <benchmark/benchmark.h>
+
#include <string>
#include <cstring>
#include <cstdlib>