diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-02-22 13:21:02 +0100 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-02-23 01:04:32 +0100 |
commit | 71526ecfc743ad1547df09937f63ff0a8b9d8745 (patch) | |
tree | 6f89eddff0526853ba8364105d54cd6b89b524e4 /src/common | |
parent | Merge pull request #5981 from lat9nq/ci-add-clang (diff) | |
download | yuzu-71526ecfc743ad1547df09937f63ff0a8b9d8745.tar yuzu-71526ecfc743ad1547df09937f63ff0a8b9d8745.tar.gz yuzu-71526ecfc743ad1547df09937f63ff0a8b9d8745.tar.bz2 yuzu-71526ecfc743ad1547df09937f63ff0a8b9d8745.tar.lz yuzu-71526ecfc743ad1547df09937f63ff0a8b9d8745.tar.xz yuzu-71526ecfc743ad1547df09937f63ff0a8b9d8745.tar.zst yuzu-71526ecfc743ad1547df09937f63ff0a8b9d8745.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 { |