We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fa658 commit 3285226Copy full SHA for 3285226
api/include/opentelemetry/plugin/hook.h
@@ -4,6 +4,7 @@
4
#pragma once
5
6
#include "opentelemetry/nostd/unique_ptr.h"
7
+#include "opentelemetry/plugin/factory.h"
8
#include "opentelemetry/version.h"
9
10
#ifdef _WIN32
@@ -42,7 +43,6 @@ namespace plugin
42
43
{
44
45
struct LoaderInfo;
-class FactoryImpl;
46
47
using OpenTelemetryHook =
48
nostd::unique_ptr<Factory::FactoryImpl> (*)(const LoaderInfo &loader_info,
0 commit comments