diff options
Diffstat (limited to 'Project/Branch.h')
-rw-r--r-- | Project/Branch.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |