summaryrefslogtreecommitdiffstats
path: root/src/uscxml/debug/Breakpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/debug/Breakpoint.h')
-rw-r--r--src/uscxml/debug/Breakpoint.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/uscxml/debug/Breakpoint.h b/src/uscxml/debug/Breakpoint.h
index 5cf92a1..71308aa 100644
--- a/src/uscxml/debug/Breakpoint.h
+++ b/src/uscxml/debug/Breakpoint.h
@@ -20,8 +20,11 @@
#ifndef BREAKPOINT_H_VR7K7T1X
#define BREAKPOINT_H_VR7K7T1X
-#include "uscxml/Message.h"
+#include <string> // for string
#include "uscxml/Interpreter.h"
+#include "DOM/Element.hpp" // for Element
+#include "uscxml/Common.h" // for USCXML_API
+#include "uscxml/messages/Data.h" // for Data
namespace uscxml {