Skip to content

Commit

Permalink
Merge pull request facebook#150 from Chilledheart/master
Browse files Browse the repository at this point in the history
Fix errors while building with clang (against libc++) under linux
  • Loading branch information
igorcanadi committed May 15, 2014
2 parents c07c960 + fa16ef3 commit 2ca7a98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/db_sanity_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
1 change: 1 addition & 0 deletions util/arena.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#pragma once
#include <cstddef>
#include <cerrno>
#include <vector>
#include <assert.h>
#include <stdint.h>
Expand Down
1 change: 1 addition & 0 deletions util/log_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "rocksdb/env.h"
#include "util/arena.h"
#include "util/autovector.h"
#include <ctime>

namespace rocksdb {

Expand Down

0 comments on commit 2ca7a98

Please sign in to comment.