From 4fca61a82cda5a6ab6937f9f92f1b5963ea24dc1 Mon Sep 17 00:00:00 2001
From: "A. Maitland Bottoms" <bottoms@debian.org>
Date: Thu, 13 Jul 2023 23:19:07 -0400
Subject: [PATCH] include cstdint

Needed to compile using GCC-13.

Signed-off-by: A. Maitland Bottoms <bottoms@debian.org>
---
 host/lib/include/uhdlib/utils/compat_check.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/host/lib/include/uhdlib/utils/compat_check.hpp b/host/lib/include/uhdlib/utils/compat_check.hpp
index 4e280a5a4..3f326be3e 100644
--- a/host/lib/include/uhdlib/utils/compat_check.hpp
+++ b/host/lib/include/uhdlib/utils/compat_check.hpp
@@ -7,6 +7,7 @@
 #pragma once
 
 #include <cstddef>
+#include <cstdint>
 #include <string>
 
 namespace uhd {
-- 
2.39.2

