mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
iothread: include cstdint, correctly
Yeah, this was needed in the *header*. God I hate headers. Fixes #6604, for real this time
This commit is contained in:
parent
d80d39dd6a
commit
f79ff72096
2 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
|||
|
||||
#include <atomic>
|
||||
#include <condition_variable>
|
||||
#include <cstdint> // for uint64_t
|
||||
#include <functional>
|
||||
#include <queue>
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include <pthread.h>
|
||||
|
||||
#include <cstdint> // for uint64_t
|
||||
#include <functional>
|
||||
#include <type_traits>
|
||||
|
||||
|
|
Loading…
Reference in a new issue