From 511895a8b612328b3a65e948afc2b5b44efc2068 Mon Sep 17 00:00:00 2001 From: kannibalox Date: Tue, 3 Dec 2024 12:27:33 -0500 Subject: [PATCH] Add headers to enable compiling without the libtorrent change --- src/thread_base.cc | 1 + src/thread_worker.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/thread_base.cc b/src/thread_base.cc index 1e6b9c57..c8d45a3f 100644 --- a/src/thread_base.cc +++ b/src/thread_base.cc @@ -5,6 +5,7 @@ #include #include #include +#include #include #include #include diff --git a/src/thread_worker.h b/src/thread_worker.h index 4948c612..0ef48f07 100644 --- a/src/thread_worker.h +++ b/src/thread_worker.h @@ -37,6 +37,7 @@ #ifndef RTORRENT_THREAD_WORKER_H #define RTORRENT_THREAD_WORKER_H +#include #include "thread_base.h" #include