summaryrefslogtreecommitdiff
path: root/benchmarks/db_bench.cc
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/db_bench.cc')
-rw-r--r--benchmarks/db_bench.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/db_bench.cc b/benchmarks/db_bench.cc
index 82ed892..3dcd751 100644
--- a/benchmarks/db_bench.cc
+++ b/benchmarks/db_bench.cc
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
-#include <stdio.h>
-#include <stdlib.h>
#include <sys/types.h>
+#include <cstdio>
+#include <cstdlib>
+
#include "leveldb/cache.h"
#include "leveldb/db.h"
#include "leveldb/env.h"