Get rid of the iostream include in bt::string

This commit is contained in:
King_DuckZ 2022-05-24 16:35:16 +02:00
commit 742271ad09
2 changed files with 12 additions and 1 deletions

View file

@ -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