mirror of
https://github.com/transmission/transmission
synced 2024-12-27 01:57:52 +00:00
6 lines
87 B
C
6 lines
87 B
C
|
#pragma once
|
||
|
|
||
|
#include <unordered_set>
|
||
|
|
||
|
using torrent_ids_t = std::unordered_set<int>;
|