0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

common: add <cstddef> to hash.h

This commit is contained in:
Kloen 2017-01-28 15:30:18 +01:00
parent 2fa0971ceb
commit 818b1730a9

View File

@ -4,6 +4,7 @@
#pragma once
#include <cstddef>
#include "common/common_types.h"
namespace Common {