Add cstdint include to fix Linux CI build (#2)

This commit is contained in:
2023-12-07 15:35:17 -08:00
committed by GitHub
parent fc7e3e2f44
commit 318e79a7b4

View File

@@ -32,6 +32,7 @@
#include "../include/hydra.h"
#include <string.h>
#include <cstdint>
namespace hydra {