mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Including missing atomic header in history.cpp
This commit is contained in:
parent
56b60fab4b
commit
f9371899a1
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
#include <wchar.h>
|
||||
#include <wctype.h>
|
||||
#include <algorithm>
|
||||
#include <atomic>
|
||||
#include <cwchar>
|
||||
#include <iterator>
|
||||
#include <map>
|
||||
|
|
Loading…
Reference in a new issue