mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-01 21:58:16 +02:00
40 lines
1 KiB
Diff
40 lines
1 KiB
Diff
--- a/storage/rocksdb/rocksdb/util/string_util.h
|
|
+++ b/storage/rocksdb/rocksdb/util/string_util.h
|
|
@@ -6,6 +6,7 @@
|
|
|
|
#pragma once
|
|
|
|
+#include <cstdint>
|
|
#include <sstream>
|
|
#include <string>
|
|
#include <unordered_map>
|
|
--- a/storage/rocksdb/rocksdb/include/rocksdb/utilities/checkpoint.h
|
|
+++ b/storage/rocksdb/rocksdb/include/rocksdb/utilities/checkpoint.h
|
|
@@ -8,6 +8,7 @@
|
|
#pragma once
|
|
#ifndef ROCKSDB_LITE
|
|
|
|
+#include <cstdint>
|
|
#include <string>
|
|
#include <vector>
|
|
#include "rocksdb/status.h"
|
|
--- a/storage/rocksdb/rocksdb/table/block_based/data_block_hash_index.h
|
|
+++ b/storage/rocksdb/rocksdb/table/block_based/data_block_hash_index.h
|
|
@@ -5,6 +5,7 @@
|
|
|
|
#pragma once
|
|
|
|
+#include <cstdint>
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
--- a/storage/rocksdb/rocksdb/db/compaction/compaction_iteration_stats.h
|
|
+++ b/storage/rocksdb/rocksdb/db/compaction/compaction_iteration_stats.h
|
|
@@ -6,6 +6,7 @@
|
|
#pragma once
|
|
|
|
#include "rocksdb/rocksdb_namespace.h"
|
|
+#include <cstdint>
|
|
|
|
struct CompactionIterationStats {
|
|
// Compaction statistics
|