mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-16 22:45:29 +08:00
noddos: fix gcc 13 building
This commit is contained in:
parent
d06838b449
commit
ef272b46c0
10
package/network/services/noddos/patches/050-fix-gcc13.patch
Normal file
10
package/network/services/noddos/patches/050-fix-gcc13.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- a/src/iDeviceInfoSource.h
|
||||||
|
+++ b/src/iDeviceInfoSource.h
|
||||||
|
@@ -23,6 +23,7 @@
|
||||||
|
#ifndef IDEVICEINFOSOURCE_H_
|
||||||
|
#define IDEVICEINFOSOURCE_H_
|
||||||
|
|
||||||
|
+#include <cstdint>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
class iDeviceInfoSource {
|
Loading…
x
Reference in New Issue
Block a user