From 864842440bb7fd9f8495314b8bfa2e2c8a0d47f4 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Thu, 19 Jan 2017 19:18:16 -0200 Subject: Cunston control element button implementation --- Project/Workspace.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/Workspace.h') diff --git a/Project/Workspace.h b/Project/Workspace.h index 3b03220..bf98425 100644 --- a/Project/Workspace.h +++ b/Project/Workspace.h @@ -12,6 +12,8 @@ #include "WorkspaceBase.h" #include "Bus.h" +#include "ControlEditor.h" + class Camera; class Element; // class Bus; -- cgit