Skip to content

Commit

Permalink
noddos: fix gcc 13 building
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Dec 5, 2024
1 parent d06838b commit ef272b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package/network/services/noddos/patches/050-fix-gcc13.patch
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit ef272b4

Please sign in to comment.