Skip to content

Commit 1307e49

Browse files
committed
common/CDC: add missing includes
Signed-off-by: Max Kellermann <[email protected]>
1 parent c9f038a commit 1307e49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/common/CDC.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
22
// vim: ts=8 sw=2 smarttab
33

4+
#include "CDC.h"
5+
46
#include <random>
57

6-
#include "CDC.h"
78
#include "FastCDC.h"
89
#include "FixedCDC.h"
10+
#include "include/byteorder.h" // for ceph_le64
911

1012
std::unique_ptr<CDC> CDC::create(
1113
const std::string& type,

0 commit comments

Comments
 (0)