Code quality: Fixed missing includes on getenv and to_string
This commit is contained in:
2
lib/external/to_string.hpp
vendored
2
lib/external/to_string.hpp
vendored
@@ -13,7 +13,7 @@ template<class T>
|
||||
inline std::string to_string ( T const t )
|
||||
{
|
||||
|
||||
#ifdef _GLIBCXX_HAVE_BROKEN_VSWPRINTF
|
||||
#ifdef __CYGWIN__
|
||||
std::stringstream ss;
|
||||
ss << t;
|
||||
return ss.str();
|
||||
|
Reference in New Issue
Block a user