mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-06 10:08:47 +00:00
iothread: Include cstdint
For uint64_t.
Needed for some configurations with glibc.
Fixes #6604.
(cherry picked from commit d80d39dd6a
)
This commit is contained in:
parent
eea919f97e
commit
6a3b7d719a
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include <atomic>
|
||||
#include <condition_variable>
|
||||
#include <cstdint> // for uint64_t
|
||||
#include <functional>
|
||||
#include <queue>
|
||||
|
||||
|
|
Loading…
Reference in a new issue