summaryrefslogtreecommitdiffstats
path: root/src/uscxml/server
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/server')
-rw-r--r--src/uscxml/server/InterpreterServlet.cpp1
-rw-r--r--src/uscxml/server/InterpreterServlet.h5
2 files changed, 4 insertions, 2 deletions
diff --git a/src/uscxml/server/InterpreterServlet.cpp b/src/uscxml/server/InterpreterServlet.cpp
index 3c5c3a0..f90d111 100644
--- a/src/uscxml/server/InterpreterServlet.cpp
+++ b/src/uscxml/server/InterpreterServlet.cpp
@@ -20,6 +20,7 @@
#include "InterpreterServlet.h"
#include "uscxml/Interpreter.h"
#include <glog/logging.h>
+#include <DOM/io/Stream.hpp>
namespace uscxml {
diff --git a/src/uscxml/server/InterpreterServlet.h b/src/uscxml/server/InterpreterServlet.h
index 960ff8f..436574b 100644
--- a/src/uscxml/server/InterpreterServlet.h
+++ b/src/uscxml/server/InterpreterServlet.h
@@ -21,11 +21,12 @@
#define INTERPRETERSERVLET_H_XQLWNMH4
#include "HTTPServer.h"
-#include "uscxml/Factory.h"
+#include "uscxml/messages/SendRequest.h" // for SendRequest
+#include "uscxml/plugins/IOProcessor.h" // for IOProcessorImpl
namespace uscxml {
-class Interpreter;
+class InterpreterImpl;
class InterpreterHTTPServlet : public HTTPServlet, public IOProcessorImpl {
public: