summaryrefslogtreecommitdiffstats
path: root/src/common/cache_management.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-11-28 19:12:20 +0100
committerGitHub <noreply@github.com>2022-11-28 19:12:20 +0100
commitbbb963a31a141979b27615b9c28bcc72be50468e (patch)
tree9e47c51184bbaa38076805431144a326a7e4e385 /src/common/cache_management.h
parentMerge pull request #9338 from lioncash/properties (diff)
parentcommon/cache_management: Amend header includes (diff)
downloadyuzu-bbb963a31a141979b27615b9c28bcc72be50468e.tar
yuzu-bbb963a31a141979b27615b9c28bcc72be50468e.tar.gz
yuzu-bbb963a31a141979b27615b9c28bcc72be50468e.tar.bz2
yuzu-bbb963a31a141979b27615b9c28bcc72be50468e.tar.lz
yuzu-bbb963a31a141979b27615b9c28bcc72be50468e.tar.xz
yuzu-bbb963a31a141979b27615b9c28bcc72be50468e.tar.zst
yuzu-bbb963a31a141979b27615b9c28bcc72be50468e.zip
Diffstat (limited to 'src/common/cache_management.h')
-rw-r--r--src/common/cache_management.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cache_management.h b/src/common/cache_management.h
index e467b87e4..038323e95 100644
--- a/src/common/cache_management.h
+++ b/src/common/cache_management.h
@@ -3,7 +3,7 @@
#pragma once
-#include "stdlib.h"
+#include <cstddef>
namespace Common {