mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
iothread: include cstdint, correctly
Yeah, this was needed in the *header*. God I hate headers. Fixes #6604, for real this time (cherry picked from commit f79ff7209627cc12e55cadf8b275a00ed4a378e7)
This commit is contained in:
parent
6a3b7d719a
commit
74ee866239
@ -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…
x
Reference in New Issue
Block a user