Skip to content

Commit 25b5ed3

Browse files
authored
fix: no type named 'thread' in namespace 'std' (#4)
1 parent 1137fde commit 25b5ed3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/AsyncLogger/Logger.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#define MAKE_FORMAT_ARGS fmt::make_format_args
1212
#endif
1313
#include <functional>
14+
#include <thread>
1415
#include "concurrency/shared_queue.hpp"
1516
#include "LogCapture.hpp"
1617
#include "LogIntermediate.hpp"

0 commit comments

Comments
 (0)