From 61db139dd5d3070ece04cec2b2467815ddd85295 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 1e6b9c579..c8d45a3fd 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 4948c612d..0ef48f073 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