summaryrefslogtreecommitdiffstats
path: root/src/core/perf_stats.h
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2019-09-10 12:57:45 +0200
committerFearlessTobi <thm.frey@gmail.com>2019-09-10 12:57:45 +0200
commitd36a7a43c5f5d7d6dc6fb5945311c264ad79297c (patch)
treef764449755db789df6db727c39b6baa7bd89593e /src/core/perf_stats.h
parentAdd frametime logging for tracking performance over time (diff)
downloadyuzu-d36a7a43c5f5d7d6dc6fb5945311c264ad79297c.tar
yuzu-d36a7a43c5f5d7d6dc6fb5945311c264ad79297c.tar.gz
yuzu-d36a7a43c5f5d7d6dc6fb5945311c264ad79297c.tar.bz2
yuzu-d36a7a43c5f5d7d6dc6fb5945311c264ad79297c.tar.lz
yuzu-d36a7a43c5f5d7d6dc6fb5945311c264ad79297c.tar.xz
yuzu-d36a7a43c5f5d7d6dc6fb5945311c264ad79297c.tar.zst
yuzu-d36a7a43c5f5d7d6dc6fb5945311c264ad79297c.zip
Diffstat (limited to '')
-rw-r--r--src/core/perf_stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/perf_stats.h b/src/core/perf_stats.h
index 2db290c09..d9a64f072 100644
--- a/src/core/perf_stats.h
+++ b/src/core/perf_stats.h
@@ -6,6 +6,7 @@
#include <array>
#include <chrono>
+#include <cstddef>
#include <mutex>
#include "common/common_types.h"