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 f79ff72096)
This commit is contained in:
Fabian Homborg 2020-02-14 20:51:54 +01:00 committed by David Adam
parent 6a3b7d719a
commit 74ee866239
2 changed files with 1 additions and 1 deletions

View file

@ -14,7 +14,6 @@
#include <atomic>
#include <condition_variable>
#include <cstdint> // for uint64_t
#include <functional>
#include <queue>

View file

@ -4,6 +4,7 @@
#include <pthread.h>
#include <cstdint> // for uint64_t
#include <functional>
#include <type_traits>