boostorg / lexical_cast

General literal text conversions, such as an int represented as a string, or vice versa
https://boost.org/libs/lexical_cast
34 stars 58 forks source link

Add missing include #36

Closed vgvassilev closed 4 years ago

vgvassilev commented 4 years ago

Allow header file to be built standalone, in a clang C++ modules context.

apolukhin commented 4 years ago

Many thanks for the fix!