Get rid of the iostream include in bt::string
This commit is contained in:
parent
b0422b73d6
commit
742271ad09
2 changed files with 12 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
|||
#include <chrono>
|
||||
#include <thread>
|
||||
#include <unistd.h>
|
||||
#include <iostream>
|
||||
|
||||
#if defined(__GNU_LIBRARY__) && ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 17) || __GLIBC__ > 2)
|
||||
# define HasSecureGetenv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue