diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-10-31 17:08:01 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-10-31 17:08:01 (GMT) |
commit | 3e9a302fbdd0d968f6c2241e48f4b208b03da17c (patch) | |
tree | c186ef4fd1d37767a75aa10155cddf7e780c53c9 /test/src/scxml-test-framework-client.cpp | |
parent | 71e1b30a2dcb8eefae105a5562239e21f07768c7 (diff) | |
download | uscxml-3e9a302fbdd0d968f6c2241e48f4b208b03da17c.zip uscxml-3e9a302fbdd0d968f6c2241e48f4b208b03da17c.tar.gz uscxml-3e9a302fbdd0d968f6c2241e48f4b208b03da17c.tar.bz2 |
Header file fixes
Diffstat (limited to 'test/src/scxml-test-framework-client.cpp')
-rw-r--r-- | test/src/scxml-test-framework-client.cpp | 1 |
1 files changed, 1 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" { |