Add headers to enable compiling without the libtorrent change

This commit is contained in:
kannibalox
2024-12-03 12:27:33 -05:00
committed by Jari Sundell
parent 4e64fbc78b
commit 511895a8b6
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@
#include <cassert>
#include <cstdlib>
#include <cstring>
#include <mutex>
#include <rak/error_number.h>
#include <torrent/exceptions.h>
#include <torrent/torrent.h>
+1
View File
@@ -37,6 +37,7 @@
#ifndef RTORRENT_THREAD_WORKER_H
#define RTORRENT_THREAD_WORKER_H
#include <atomic>
#include "thread_base.h"
#include <rak/priority_queue_default.h>