common: add <cstddef> to hash.h

This commit is contained in:
Kloen
2017-01-28 15:30:18 +01:00
parent f56f1b4440
commit e761ad9f29

View File

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