mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
fd_monitor: Explicity include <thread>
Might fix issues with gcc 11.0.1. See #7764.
This commit is contained in:
parent
119b978cbc
commit
955c0003ca
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
#include "fd_monitor.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <thread> //this_thread::sleep_for
|
||||
|
||||
#include "flog.h"
|
||||
#include "io.h"
|
||||
|
|
Loading…
Reference in a new issue