mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-31 14:22:14 +01:00
13 lines
298 B
Diff
13 lines
298 B
Diff
diff --git a/src/base/net/http/HttpResponse.h b/src/base/net/http/HttpResponse.h
|
|
index a6b4499..9e63259 100644
|
|
--- a/src/base/net/http/HttpResponse.h
|
|
+++ b/src/base/net/http/HttpResponse.h
|
|
@@ -21,6 +21,7 @@
|
|
#define XMRIG_HTTPRESPONSE_H
|
|
|
|
|
|
+#include <cstdint>
|
|
#include <map>
|
|
#include <string>
|
|
|