mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-02 09:03:27 +08:00
iothread: Include cstdint
For uint64_t. Needed for some configurations with glibc. Fixes #6604. (cherry picked from commit d80d39dd6a0576e5923184815832b0938356530c)
This commit is contained in:
parent
eea919f97e
commit
6a3b7d719a
@ -14,6 +14,7 @@
|
||||
|
||||
#include <atomic>
|
||||
#include <condition_variable>
|
||||
#include <cstdint> // for uint64_t
|
||||
#include <functional>
|
||||
#include <queue>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user