summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-10-01 02:59:49 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-10-02 02:48:49 +0200
commit579f4ea4bd34f310fc8e60a4c154981a86727686 (patch)
treeeb9361dd7df50b7ad08a5a6d7b2c2c03e5e4e49f /src/core/hle/service/time
parentcommon/logging: Move Log::Entry declaration to a separate header (diff)
downloadyuzu-579f4ea4bd34f310fc8e60a4c154981a86727686.tar
yuzu-579f4ea4bd34f310fc8e60a4c154981a86727686.tar.gz
yuzu-579f4ea4bd34f310fc8e60a4c154981a86727686.tar.bz2
yuzu-579f4ea4bd34f310fc8e60a4c154981a86727686.tar.lz
yuzu-579f4ea4bd34f310fc8e60a4c154981a86727686.tar.xz
yuzu-579f4ea4bd34f310fc8e60a4c154981a86727686.tar.zst
yuzu-579f4ea4bd34f310fc8e60a4c154981a86727686.zip
Diffstat (limited to 'src/core/hle/service/time')
-rw-r--r--src/core/hle/service/time/system_clock_context_update_callback.h1
-rw-r--r--src/core/hle/service/time/system_clock_core.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/time/system_clock_context_update_callback.h b/src/core/hle/service/time/system_clock_context_update_callback.h
index 797954958..6936397a5 100644
--- a/src/core/hle/service/time/system_clock_context_update_callback.h
+++ b/src/core/hle/service/time/system_clock_context_update_callback.h
@@ -4,6 +4,7 @@
#pragma once
+#include <memory>
#include <vector>
#include "core/hle/service/time/clock_types.h"
diff --git a/src/core/hle/service/time/system_clock_core.h b/src/core/hle/service/time/system_clock_core.h
index 83d0e5d62..b9237ad28 100644
--- a/src/core/hle/service/time/system_clock_core.h
+++ b/src/core/hle/service/time/system_clock_core.h
@@ -4,6 +4,8 @@
#pragma once
+#include <memory>
+
#include "common/common_types.h"
#include "core/hle/service/time/clock_types.h"