summaryrefslogtreecommitdiff
path: root/src/core/hle/service
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service')
-rw-r--r--src/core/hle/service/time/time_manager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/time/time_manager.cpp b/src/core/hle/service/time/time_manager.cpp
index 9c4c960ef..c1e4e6cce 100644
--- a/src/core/hle/service/time/time_manager.cpp
+++ b/src/core/hle/service/time/time_manager.cpp
@@ -8,8 +8,10 @@
8#include "common/settings.h" 8#include "common/settings.h"
9#include "common/time_zone.h" 9#include "common/time_zone.h"
10#include "core/hle/service/time/ephemeral_network_system_clock_context_writer.h" 10#include "core/hle/service/time/ephemeral_network_system_clock_context_writer.h"
11#include "core/hle/service/time/ephemeral_network_system_clock_core.h"
11#include "core/hle/service/time/local_system_clock_context_writer.h" 12#include "core/hle/service/time/local_system_clock_context_writer.h"
12#include "core/hle/service/time/network_system_clock_context_writer.h" 13#include "core/hle/service/time/network_system_clock_context_writer.h"
14#include "core/hle/service/time/tick_based_steady_clock_core.h"
13#include "core/hle/service/time/time_manager.h" 15#include "core/hle/service/time/time_manager.h"
14 16
15namespace Service::Time { 17namespace Service::Time {