mirror of
https://github.com/boostorg/charconv.git
synced 2026-01-19 04:02:15 +00:00
Missing include in github_issue_152_float128 test
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
#ifdef BOOST_CHARCONV_HAS_QUADMATH
|
||||
|
||||
#include <quadmath.h>
|
||||
|
||||
std::ostream& operator<<( std::ostream& os, __float128 v )
|
||||
{
|
||||
char buffer[ 256 ] {};
|
||||
|
||||
Reference in New Issue
Block a user