Skip to content

Commit 416238a

Browse files
committed
fix: forward declare ES classes
1 parent af63ddc commit 416238a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

include/ECFMP/flowmeasure/CustomFlowMeasureFilter.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#pragma once
2-
#include "EuroScopePlugIn.h"
2+
3+
namespace EuroScopePlugIn {
4+
class CFlightPlan;
5+
class CRadarTarget;
6+
}// namespace EuroScopePlugIn
37

48
namespace ECFMP::FlowMeasure {
59
class FlowMeasure;

0 commit comments

Comments
 (0)