Update FastHash.h: include size_t in cstddef
This commit is contained in:
parent
16f56abe62
commit
c39e3f42b0
|
@ -38,6 +38,7 @@
|
|||
// Changes: General uplift and providing a general constant hash for ranges
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
|
||||
#pragma once
|
||||
|
||||
|
|
Loading…
Reference in New Issue