diff --git a/package/network/services/noddos/patches/050-fix-gcc13.patch b/package/network/services/noddos/patches/050-fix-gcc13.patch new file mode 100644 index 000000000..1b2c600ce --- /dev/null +++ b/package/network/services/noddos/patches/050-fix-gcc13.patch @@ -0,0 +1,10 @@ +--- a/src/iDeviceInfoSource.h ++++ b/src/iDeviceInfoSource.h +@@ -23,6 +23,7 @@ + #ifndef IDEVICEINFOSOURCE_H_ + #define IDEVICEINFOSOURCE_H_ + ++#include + #include + + class iDeviceInfoSource {