Skip to content

Commit

Permalink
Add headers to enable compiling without the libtorrent change
Browse files Browse the repository at this point in the history
  • Loading branch information
kannibalox authored and rakshasa committed Jan 18, 2025
1 parent 3414298 commit 61db139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/thread_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions src/thread_worker.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 61db139

Please sign in to comment.