lede/package/network/services/noddos/patches/050-fix-gcc13.patch
2024-12-05 19:32:39 +08:00

11 lines
208 B
Diff

--- a/src/iDeviceInfoSource.h
+++ b/src/iDeviceInfoSource.h
@@ -23,6 +23,7 @@
#ifndef IDEVICEINFOSOURCE_H_
#define IDEVICEINFOSOURCE_H_
+#include <cstdint>
#include <string>
class iDeviceInfoSource {