mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-27 20:25:12 +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 <wchar.h>
|
||||||
#include <wctype.h>
|
#include <wctype.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <atomic>
|
||||||
#include <cwchar>
|
#include <cwchar>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
Loading…
Reference in a new issue