mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-17 05:05:14 +03:00
24 lines
488 B
Diff
24 lines
488 B
Diff
diff --git a/src/utils/DiskUtils.h b/src/utils/DiskUtils.h
|
|
index 79e3426..f900ec5 100644
|
|
--- a/src/utils/DiskUtils.h
|
|
+++ b/src/utils/DiskUtils.h
|
|
@@ -7,6 +7,7 @@
|
|
|
|
#pragma once
|
|
|
|
+#include <cstdint>
|
|
#include <string>
|
|
|
|
namespace ffmpegdirect
|
|
diff --git a/src/utils/HttpProxy.h b/src/utils/HttpProxy.h
|
|
index eb0c99c..00841af 100644
|
|
--- a/src/utils/HttpProxy.h
|
|
+++ b/src/utils/HttpProxy.h
|
|
@@ -7,6 +7,7 @@
|
|
|
|
#pragma once
|
|
|
|
+#include <cstdint>
|
|
#include <string>
|
|
|
|
namespace ffmpegdirect
|