mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 17:31:14 -03:00
Add #include<atomic> to env_universal_common.cpp
Should fix the Linux builds
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user