Skip to content

Commit 58cd295

Browse files
committed
test/unitest_bluestore_types: fix a compilation error
The test was failing to compile because of a missing 'include' directive. Problem was introduced in commit 2e73c87 Signed-off-by: Ronen Friedman <[email protected]>
1 parent c9382d8 commit 58cd295

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/objectstore/test_bluestore_types.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "os/bluestore/Writer.h"
1717
#include "common/pretty_binary.h"
1818

19+
#include <bitset>
1920
#include <sstream>
2021

2122
#define _STR(x) #x

0 commit comments

Comments
 (0)