summaryrefslogtreecommitdiff
path: root/benchmarks/db_bench_tree_db.cc
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/db_bench_tree_db.cc')
-rw-r--r--benchmarks/db_bench_tree_db.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/db_bench_tree_db.cc b/benchmarks/db_bench_tree_db.cc
index 43f0f65..60ab3b0 100644
--- a/benchmarks/db_bench_tree_db.cc
+++ b/benchmarks/db_bench_tree_db.cc
@@ -3,8 +3,9 @@
// found in the LICENSE file. See the AUTHORS file for names of contributors.
#include <kcpolydb.h>
-#include <stdio.h>
-#include <stdlib.h>
+
+#include <cstdio>
+#include <cstdlib>
#include "util/histogram.h"
#include "util/random.h"