mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-22 09:01:39 +01:00
13 lines
341 B
Diff
13 lines
341 B
Diff
diff --git a/host/lib/include/uhdlib/utils/compat_check.hpp b/host/lib/include/uhdlib/utils/compat_check.hpp
|
|
index 4e280a5..ac37b3e 100644
|
|
--- a/host/lib/include/uhdlib/utils/compat_check.hpp
|
|
+++ b/host/lib/include/uhdlib/utils/compat_check.hpp
|
|
@@ -6,6 +6,7 @@
|
|
|
|
#pragma once
|
|
|
|
+#include <stdint.h>
|
|
#include <cstddef>
|
|
#include <string>
|
|
|