Update FastHash.h: include size_t in cstddef

This commit is contained in:
DevOps117 2023-07-22 16:25:04 +00:00
parent 16f56abe62
commit c39e3f42b0
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
// Changes: General uplift and providing a general constant hash for ranges
#include <cstdint>
#include <cstddef>
#pragma once