diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/src/scxml-test-framework-client.cpp | 1 | ||||
-rw-r--r-- | test/src/test-w3c.cpp | 1 |
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> |