openwrt-packages/sound/upmpdcli/patches/010-gcc13.patch

11 lines
224 B
Diff

--- a/src/upmpdutils.hxx
+++ b/src/upmpdutils.hxx
@@ -17,6 +17,7 @@
#ifndef _UPMPDUTILS_H_X_INCLUDED_
#define _UPMPDUTILS_H_X_INCLUDED_
+#include <cstdint>
#include <string>
#include <unordered_map>
#include <vector>