From 9550eeea2263a624bfcc708d8647eeb1af874e78 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sun, 5 Apr 2020 20:02:10 -0700 Subject: [PATCH] hash include cstdint --- include/sta/Hash.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sta/Hash.hh b/include/sta/Hash.hh index b54112b6..4882b993 100644 --- a/include/sta/Hash.hh +++ b/include/sta/Hash.hh @@ -16,6 +16,7 @@ #pragma once +#include #include namespace sta {