Fix errors while building with clang

main
Chilledheart 11 years ago
parent c07c9606ed
commit fa16ef394c
  1. 1
      tools/db_sanity_test.cc
  2. 1
      util/arena.h
  3. 1
      util/log_buffer.h

@ -4,6 +4,7 @@
// of patent rights can be found in the PATENTS file in the same directory.
#include <cstdio>
#include <cstdlib>
#include <vector>
#include <memory>

@ -13,6 +13,7 @@
#pragma once
#include <cstddef>
#include <cerrno>
#include <vector>
#include <assert.h>
#include <stdint.h>

@ -8,6 +8,7 @@
#include "rocksdb/env.h"
#include "util/arena.h"
#include "util/autovector.h"
#include <ctime>
namespace rocksdb {

Loading…
Cancel
Save