Skip to content

Commit 3285226

Browse files
committed
fix clang-tidy bugprone-forward-declaration-namespace warning
1 parent e7fa658 commit 3285226

File tree

1 file changed

+1
-1
lines changed
  • api/include/opentelemetry/plugin

1 file changed

+1
-1
lines changed

api/include/opentelemetry/plugin/hook.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#pragma once
55

66
#include "opentelemetry/nostd/unique_ptr.h"
7+
#include "opentelemetry/plugin/factory.h"
78
#include "opentelemetry/version.h"
89

910
#ifdef _WIN32
@@ -42,7 +43,6 @@ namespace plugin
4243
{
4344

4445
struct LoaderInfo;
45-
class FactoryImpl;
4646

4747
using OpenTelemetryHook =
4848
nostd::unique_ptr<Factory::FactoryImpl> (*)(const LoaderInfo &loader_info,

0 commit comments

Comments
 (0)