mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-13 09:17:09 +02:00
13 lines
415 B
Diff
13 lines
415 B
Diff
diff --git a/ext/include/opentelemetry/ext/http/common/url_parser.h b/ext/include/opentelemetry/ext/http/common/url_parser.h
|
|
index 2ac6d00..b85bf37 100644
|
|
--- a/ext/include/opentelemetry/ext/http/common/url_parser.h
|
|
+++ b/ext/include/opentelemetry/ext/http/common/url_parser.h
|
|
@@ -3,6 +3,7 @@
|
|
|
|
#pragma once
|
|
|
|
+#include <cstdint>
|
|
#include <string>
|
|
#include <vector>
|
|
#include "opentelemetry/nostd/string_view.h"
|