summaryrefslogtreecommitdiffstats
path: root/Project/Machines.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Machines.cpp')
-rw-r--r--Project/Machines.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/Machines.cpp b/Project/Machines.cpp
index 883ad3a..c793469 100644
--- a/Project/Machines.cpp
+++ b/Project/Machines.cpp
@@ -1,5 +1,8 @@
#include "Machines.h"
+#include "ControlElementContainer.h"
+#include "ControlElementSolver.h"
+
Machines::Machines() : PowerElement() {}
Machines::~Machines() {}
bool Machines::AddParent(Element* parent, wxPoint2DDouble position)