Skip to content

Commit 45bd760

Browse files
committed
common/Finisher: add missing includes
Signed-off-by: Max Kellermann <[email protected]>
1 parent 74ed3cc commit 45bd760

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/common/Finisher.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// vim: ts=8 sw=2 smarttab
33

44
#include "Finisher.h"
5+
#include "common/Clock.h" // for ceph_clock_now()
56
#include "common/perf_counters.h"
67
#include "include/types.h" // for operator<<(std::vector)
78

src/common/Finisher.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
#ifndef CEPH_FINISHER_H
1616
#define CEPH_FINISHER_H
1717

18+
#include <atomic>
19+
#include <list>
20+
#include <mutex>
21+
#include <string>
22+
#include <vector>
23+
1824
#include "include/Context.h"
1925
#include "common/Thread.h"
2026
#include "common/ceph_mutex.h"

0 commit comments

Comments
 (0)