summaryrefslogtreecommitdiffstats
path: root/Project/ControlEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/ControlEditor.h')
-rw-r--r--Project/ControlEditor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h
index 232ebd8..9de5a1f 100644
--- a/Project/ControlEditor.h
+++ b/Project/ControlEditor.h
@@ -9,6 +9,8 @@
#include <GL/gl.h>
#include <GL/glu.h>
+#include <wx/progdlg.h>
+
#include "IOControl.h"
class FileHanding;
@@ -25,6 +27,8 @@ class Exponential;
class Constant;
class Gain;
+class ControlElementSolver;
+
class ChartView;
class ElementDataObject;