fix replay build

This commit is contained in:
Adeeb Shihadeh
2024-11-26 14:06:27 -08:00
parent 00c964abfb
commit 7b5478a58e
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
#pragma once
#include <algorithm>
#include <functional>
#include <memory>
#include <mutex>
+2
View File
@@ -1,5 +1,7 @@
#include "tools/replay/seg_mgr.h"
#include <algorithm>
SegmentManager::~SegmentManager() {
{
std::unique_lock lock(mutex_);