From 9e1f6849c929506a17fa12185c5c0185d5287177 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Fri, 8 Sep 2017 22:02:09 -0300 Subject: More grid data implemented Some fault bugfixes --- Project/Machines.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Project/Machines.h') diff --git a/Project/Machines.h b/Project/Machines.h index 9c2e6cd..c1814d5 100644 --- a/Project/Machines.h +++ b/Project/Machines.h @@ -3,6 +3,9 @@ #include "PowerElement.h" +class ControlElementContainer; +class ControlElementSolver; + class Machines : public PowerElement { public: -- cgit