Add include required for hash32 symbol used with inline function `hash32 ToHash() const { return (hash32)((size_t)ptr_ / sizeof(T)); }`
@@ -3,6 +3,7 @@
#pragma once
+#include "../Base/PrimitiveTypes.h"
#include "../Container/RefCounted.h"
#include "../Container/Swap.h"