Skip to content

Commit b627b54

Browse files
committed
Merge PR ceph#61792 into main
* refs/pull/61792/head: libcephsqlite: include cleanup Reviewed-by: Patrick Donnelly <[email protected]>
2 parents 0cb0bef + ef956e6 commit b627b54

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/libcephsqlite.cc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,18 @@ SQLITE_EXTENSION_INIT1
4646
#include "common/debug.h"
4747
#include "common/errno.h"
4848
#include "common/perf_counters.h"
49+
#include "common/strtol.h" // for strict_strtoll()
4950
#include "common/version.h"
5051

5152
#include "include/libcephsqlite.h"
5253
#include "SimpleRADOSStriper.h"
5354

55+
#if defined(WITH_SEASTAR) && !defined(WITH_ALIEN)
56+
#include "crimson/common/perf_counters_collection.h"
57+
#else
58+
#include "common/perf_counters_collection.h"
59+
#endif
60+
5461
#define dout_subsys ceph_subsys_cephsqlite
5562
#undef dout_prefix
5663
#define dout_prefix *_dout << "cephsqlite: " << __func__ << ": "

0 commit comments

Comments
 (0)