mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03: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:
committed by
David Adam
parent
eea919f97e
commit
6a3b7d719a
@@ -14,6 +14,7 @@
|
||||
|
||||
#include <atomic>
|
||||
#include <condition_variable>
|
||||
#include <cstdint> // for uint64_t
|
||||
#include <functional>
|
||||
#include <queue>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user