mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Add #include<atomic> to env_universal_common.cpp
Should fix the Linux builds
This commit is contained in:
parent
2a472af7b8
commit
f48291b70c
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
#include <sys/ioctl.h> // IWYU pragma: keep
|
||||
#include <unistd.h>
|
||||
#include <wchar.h>
|
||||
#include <atomic>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
|
Loading…
Reference in a new issue