aports/community/darkice/fix-stdint-include.patch
2026-04-10 11:12:19 +02:00

14 lines
335 B
Diff

diff --git a/src/Util.h b/src/Util.h
index 2570346..5670181 100644
--- a/src/Util.h
+++ b/src/Util.h
@@ -37,7 +37,7 @@
/* ============================================================ include files */
#include "Exception.h"
-
+#include <cstdint>
/* ================================================================ constants */