From 49739382055037d7187223ba29813ea0f75141c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= <jskarvad@redhat.com>
Date: Thu, 23 Feb 2023 14:55:11 +0100
Subject: [PATCH] Fixed compilation with gcc-13
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Related: https://bugzilla.redhat.com/show_bug.cgi?id=2171754

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
---
 vmmlib/vector.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vmmlib/vector.hpp b/vmmlib/vector.hpp
index 4adc2dec..dfbf9fb9 100644
--- a/vmmlib/vector.hpp
+++ b/vmmlib/vector.hpp
@@ -45,6 +45,7 @@
 #include <cstring>
 #include <limits>
 #include <algorithm>
+#include <cstdint>
 
 namespace vmml
 {