summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-31 17:08:01 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-31 17:08:01 (GMT)
commit3e9a302fbdd0d968f6c2241e48f4b208b03da17c (patch)
treec186ef4fd1d37767a75aa10155cddf7e780c53c9 /test
parent71e1b30a2dcb8eefae105a5562239e21f07768c7 (diff)
downloaduscxml-3e9a302fbdd0d968f6c2241e48f4b208b03da17c.zip
uscxml-3e9a302fbdd0d968f6c2241e48f4b208b03da17c.tar.gz
uscxml-3e9a302fbdd0d968f6c2241e48f4b208b03da17c.tar.bz2
Header file fixes
Diffstat (limited to 'test')
-rw-r--r--test/src/scxml-test-framework-client.cpp1
-rw-r--r--test/src/test-w3c.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/src/scxml-test-framework-client.cpp b/test/src/scxml-test-framework-client.cpp
index 6c50f07..7b4db5c 100644
--- a/test/src/scxml-test-framework-client.cpp
+++ b/test/src/scxml-test-framework-client.cpp
@@ -1,5 +1,6 @@
#include "uscxml/Interpreter.h"
#include "uscxml/server/HTTPServer.h"
+#include "uscxml/DOMUtils.h"
#include <sstream>
extern "C" {
diff --git a/test/src/test-w3c.cpp b/test/src/test-w3c.cpp
index f99e969..d32db97 100644
--- a/test/src/test-w3c.cpp
+++ b/test/src/test-w3c.cpp
@@ -1,5 +1,6 @@
#include "uscxml/config.h"
#include "uscxml/Interpreter.h"
+#include "uscxml/DOMUtils.h"
#include <glog/logging.h>
#include <boost/algorithm/string.hpp>