Skip to content

Commit

Permalink
Rebase 8.1.1: fix for WF
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuval-Ariel authored and udi-speedb committed Dec 4, 2023
1 parent 20e8b44 commit 559acc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/db_impl/db_spdb_impl_write.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <array>
#include <atomic>
#include <condition_variable>
#include <list>
#include <mutex>
#include <thread>
#include <vector>
Expand All @@ -27,6 +28,7 @@
namespace ROCKSDB_NAMESPACE {

class DBImpl;
struct WriteOptions;

struct WritesBatchList {
std::list<WriteBatch*> wal_writes_;
Expand Down

0 comments on commit 559acc5

Please sign in to comment.