add chrono header

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2025-06-20 14:56:40 -07:00
committed by Jari Sundell
parent 2b15c4a1fa
commit 5175414333
6 changed files with 8 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@
#include <torrent/chunk_manager.h>
#include <torrent/data/file_manager.h>
#include <torrent/data/chunk_utils.h>
#include <torrent/utils/chrono.h>
#include <torrent/utils/option_strings.h>
#include "core/download.h"
+2
View File
@@ -4,6 +4,8 @@
#include <ctime>
#include <torrent/utils/chrono.h>
#include "globals.h"
namespace display {
+2
View File
@@ -4,6 +4,8 @@
#include <stdexcept>
#include <torrent/utils/chrono.h>
namespace display {
Window::SlotTimer Window::m_slot_schedule;
+1
View File
@@ -12,6 +12,7 @@
#include <torrent/torrent.h>
#include <torrent/exceptions.h>
#include <torrent/data/chunk_utils.h>
#include <torrent/utils/chrono.h>
#include <torrent/utils/log.h>
#include <rak/error_number.h>
+1
View File
@@ -7,6 +7,7 @@
#include <time.h>
#include <rak/string_manip.h>
#include <torrent/exceptions.h>
#include <torrent/utils/chrono.h>
#include "rpc/command_scheduler_item.h"
#include "rpc/parse_commands.h"
+1
View File
@@ -3,6 +3,7 @@
#include "rpc/command_scheduler_item.h"
#include <torrent/exceptions.h>
#include <torrent/utils/chrono.h>
namespace rpc {