summaryrefslogtreecommitdiffstats
path: root/src/uscxml/debug/Debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/debug/Debugger.h')
-rw-r--r--src/uscxml/debug/Debugger.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/uscxml/debug/Debugger.h b/src/uscxml/debug/Debugger.h
index 9adbae6..03846e5 100644
--- a/src/uscxml/debug/Debugger.h
+++ b/src/uscxml/debug/Debugger.h
@@ -20,13 +20,15 @@
#ifndef DEBUGGERMONITOR_H_Z050WPFH
#define DEBUGGERMONITOR_H_Z050WPFH
-#include "uscxml/Message.h"
+#include "uscxml/messages/Data.h" // for Data
+#include "uscxml/messages/Event.h" // for Event
#include "uscxml/Interpreter.h"
#include "uscxml/debug/Breakpoint.h"
-#include "uscxml/debug/DebugSession.h"
namespace uscxml {
+class DebugSession;
+
class USCXML_API Debugger : public InterpreterMonitor {
public:
Debugger() {