summaryrefslogtreecommitdiffstats
path: root/test/src/test-mmi.cpp
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-05-14 14:29:19 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-05-14 14:29:19 (GMT)
commita154682fc1b25581742d38dd5fe9aa06ede167b7 (patch)
tree7574933b0cc8767a963ca1198425ba9e071374c6 /test/src/test-mmi.cpp
parenta49c068652d82ab40386bb702d0bd01e46015e7c (diff)
downloaduscxml-a154682fc1b25581742d38dd5fe9aa06ede167b7.zip
uscxml-a154682fc1b25581742d38dd5fe9aa06ede167b7.tar.gz
uscxml-a154682fc1b25581742d38dd5fe9aa06ede167b7.tar.bz2
Fixed bugs and worked on MMI bridge
Diffstat (limited to 'test/src/test-mmi.cpp')
-rw-r--r--test/src/test-mmi.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/src/test-mmi.cpp b/test/src/test-mmi.cpp
index 2b34a82..0b9f5f9 100644
--- a/test/src/test-mmi.cpp
+++ b/test/src/test-mmi.cpp
@@ -1,3 +1,6 @@
+#include <iostream>
+#include <string>
+
#include "uscxml/plugins/ioprocessor/modality/MMIMessages.h"
#include <SAX/helpers/InputSourceResolver.hpp>
@@ -6,7 +9,6 @@
#include <assert.h>
#include <boost/algorithm/string.hpp>
-#include <iostream>
using namespace uscxml;
using namespace boost;