mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
10 lines
240 B
Diff
10 lines
240 B
Diff
--- a/api/test/context/runtime_context_test.cc
|
|
+++ b/api/test/context/runtime_context_test.cc
|
|
@@ -5,6 +5,7 @@
|
|
#include "opentelemetry/context/context.h"
|
|
|
|
#include <gtest/gtest.h>
|
|
+#include <algorithm>
|
|
|
|
using namespace opentelemetry;
|
|
|