Skip to content

Commit 245d02d

Browse files
authored
Merge branch 'master' into bucket-name-path
2 parents 216123e + ab3ce6b commit 245d02d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cloud/cloud_env_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CloudEnvImpl : public CloudEnv {
2828
const LogType& GetLogType() const { return log_type_; }
2929

3030
// Returns the underlying env
31-
Env* GetBaseEnv() { return base_env_; }
31+
Env* GetBaseEnv() override { return base_env_; }
3232

3333
// The separator used to separate dbids while creating the dbid of a clone
3434
static constexpr const char* DBID_SEPARATOR = "rockset";

cloud/db_cloud_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "rocksdb/cloud/db_cloud.h"
1313
#include <algorithm>
1414
#include <chrono>
15+
#include <inttypes.h>
1516
#include "cloud/aws/aws_env.h"
1617
#include "cloud/aws/aws_file.h"
1718
#include "cloud/db_cloud_impl.h"

0 commit comments

Comments
 (0)