mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
11 lines
208 B
Diff
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 {
|