Skip to content

Commit

Permalink
fix replay build
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Nov 26, 2024
1 parent 00c964a commit 7b5478a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/replay/replay.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <algorithm>
#include <functional>
#include <memory>
#include <mutex>
Expand Down
2 changes: 2 additions & 0 deletions tools/replay/seg_mgr.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "tools/replay/seg_mgr.h"

#include <algorithm>

SegmentManager::~SegmentManager() {
{
std::unique_lock lock(mutex_);
Expand Down

0 comments on commit 7b5478a

Please sign in to comment.