Skip to content

Commit 3e3c49e

Browse files
committed
include/util: add missing include
Signed-off-by: Max Kellermann <[email protected]>
1 parent d3c3586 commit 3e3c49e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/include/util.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414
#ifndef CEPH_UTIL_H
1515
#define CEPH_UTIL_H
1616

17-
#include "common/Formatter.h"
18-
#include "include/types.h"
19-
17+
#include <cstdint>
2018
#include <list>
2119
#include <map>
2220
#include <string>
2321

22+
#include "common/Formatter.h"
23+
#include "include/buffer.h"
24+
#include "include/encoding.h"
25+
2426
std::string bytes2str(uint64_t count);
2527

2628
struct ceph_data_stats

0 commit comments

Comments
 (0)