Skip to content

Commit

Permalink
add headers that are no longer implicitly added (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewvon authored Dec 21, 2023
1 parent 3da7d0a commit 271d335
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/compaction/compaction_iteration_stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

#pragma once

#include <cstdint>

#include "rocksdb/rocksdb_namespace.h"

struct CompactionIterationStats {
Expand Down
1 change: 1 addition & 0 deletions include/rocksdb/utilities/checkpoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#pragma once
#ifndef ROCKSDB_LITE

#include <cstdint>
#include <string>
#include <vector>
#include "rocksdb/status.h"
Expand Down
1 change: 1 addition & 0 deletions table/block_based/data_block_hash_index.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#pragma once

#include <cstdint>
#include <string>
#include <vector>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <memory>
#include <mutex>
#include <stdexcept>
#include <system_error>
#include <utility>

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

#pragma once

#include <cstdint>
#include <sstream>
#include <string>
#include <unordered_map>
Expand Down

0 comments on commit 271d335

Please sign in to comment.