summaryrefslogtreecommitdiffstats
path: root/CommandScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'CommandScreen.h')
-rw-r--r--CommandScreen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/CommandScreen.h b/CommandScreen.h
index 4f3ce947..e56982b2 100644
--- a/CommandScreen.h
+++ b/CommandScreen.h
@@ -2,6 +2,9 @@
#define HEADER_CommandScreen
#include "InfoScreen.h"
+#include "Object.h"
+#include "Process.h"
+
typedef struct CommandScreen_ {
InfoScreen super;