mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-11 08:17:12 +02:00
11 lines
240 B
Diff
11 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;
|
|
|