Missing include in github_issue_152_float128 test

This commit is contained in:
Ruben Perez
2025-01-03 15:31:31 +01:00
parent 195948c271
commit cd002f5ef8

View File

@@ -7,6 +7,8 @@
#ifdef BOOST_CHARCONV_HAS_QUADMATH
#include <quadmath.h>
std::ostream& operator<<( std::ostream& os, __float128 v )
{
char buffer[ 256 ] {};