Skip to content

Commit cfd667b

Browse files
committed
Fix missing function decl
1 parent fe21609 commit cfd667b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/decimal/format.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#define BOOST_DECIMAL_HAS_FORMAT_SUPPORT
1313

1414
#include <boost/decimal/detail/config.hpp>
15+
#include <boost/decimal/detail/locale_conversion.hpp>
1516
#include <boost/decimal/charconv.hpp>
1617
#include <algorithm>
1718
#include <format>

0 commit comments

Comments
 (0)