From f6718ac24553ac99bf90f99a33543d6d6b96999b Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Fri, 30 Sep 2016 16:58:37 -0300 Subject: Line form implemented, voltages corrections under implementation --- Project/Branch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/Branch.h') diff --git a/Project/Branch.h b/Project/Branch.h index a39cef6..ba7108a 100644 --- a/Project/Branch.h +++ b/Project/Branch.h @@ -2,6 +2,7 @@ #define BRANCH_H #include "Element.h" +#include "Bus.h" class Branch : public Element { -- cgit