Skip to content

Commit 1a8f389

Browse files
Fix build on Alpine with older libfmt
1 parent 3eccabe commit 1a8f389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bson/format.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <bson/iterator.h>
33
#include <bson/types.h>
44

5-
#include <fmt/base.h>
5+
#include <fmt/core.h>
66

77
mlib_diagnostic_push();
88
mlib_gcc_warning_disable("-Wstringop-overflow");

0 commit comments

Comments
 (0)