From 09d03a07a8034e7574b4235aff8e7f1d2450e0e4 Mon Sep 17 00:00:00 2001 From: Doclic Date: Sun, 7 May 2023 11:53:06 +0000 Subject: [PATCH] common: Include cstdint This fixes a compile error --- src/common/util.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/util.hpp b/src/common/util.hpp index 3a88c66..30d866a 100644 --- a/src/common/util.hpp +++ b/src/common/util.hpp @@ -3,6 +3,7 @@ */ #pragma once +#include #include #include #include