diff options
author | bunnei <bunneidev@gmail.com> | 2021-02-27 22:15:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-27 22:15:00 +0100 |
commit | 55f556c53e38bf80ae2989bb8ea1e436bc28c39e (patch) | |
tree | 003f17b9bce9314976aa07e4b6f545910feb0d14 /src/common | |
parent | Merge pull request #5953 from bunnei/memory-refactor-1 (diff) | |
parent | video_core: add missing header after 468bd9c1b0f9 (diff) | |
download | yuzu-55f556c53e38bf80ae2989bb8ea1e436bc28c39e.tar yuzu-55f556c53e38bf80ae2989bb8ea1e436bc28c39e.tar.gz yuzu-55f556c53e38bf80ae2989bb8ea1e436bc28c39e.tar.bz2 yuzu-55f556c53e38bf80ae2989bb8ea1e436bc28c39e.tar.lz yuzu-55f556c53e38bf80ae2989bb8ea1e436bc28c39e.tar.xz yuzu-55f556c53e38bf80ae2989bb8ea1e436bc28c39e.tar.zst yuzu-55f556c53e38bf80ae2989bb8ea1e436bc28c39e.zip |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/cityhash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/cityhash.h b/src/common/cityhash.h index 022d0f7cb..d74fc7639 100644 --- a/src/common/cityhash.h +++ b/src/common/cityhash.h @@ -61,6 +61,7 @@ #pragma once +#include <cstddef> #include "common/common_types.h" namespace Common { |