diff --git a/src/iothread.cpp b/src/iothread.cpp index 9e252260b..21017fbe7 100644 --- a/src/iothread.cpp +++ b/src/iothread.cpp @@ -14,7 +14,6 @@ #include #include -#include // for uint64_t #include #include diff --git a/src/iothread.h b/src/iothread.h index 5d91b2b34..bdb045dfc 100644 --- a/src/iothread.h +++ b/src/iothread.h @@ -4,6 +4,7 @@ #include +#include // for uint64_t #include #include