noddos: fix gcc 13 building

This commit is contained in:
coolsnowwolf 2024-12-05 19:32:39 +08:00
parent d06838b449
commit ef272b46c0

View 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 {