diff --git a/src/Model/PowerFlow/Branch/Branch.hpp b/src/Model/PowerFlow/Branch/Branch.hpp index 022fc1df..5a8309c0 100644 --- a/src/Model/PowerFlow/Branch/Branch.hpp +++ b/src/Model/PowerFlow/Branch/Branch.hpp @@ -62,9 +62,15 @@ #include +// Forward declarations. namespace GridKit { template class BaseBus; + + namespace PowerSystemData { + template + struct BranchData; + } } namespace GridKit