summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-06-13 14:06:17 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-06-13 14:06:17 (GMT)
commita17466eefe7576a2c56b8a46ff03e359c04ad5ae (patch)
tree6d4a86ad73c1cbe6fed90b83d868692f65a5548c /src/uscxml/interpreter
parentd6602a2aab1dc00663bd64759f12935283b58076 (diff)
downloaduscxml-a17466eefe7576a2c56b8a46ff03e359c04ad5ae.zip
uscxml-a17466eefe7576a2c56b8a46ff03e359c04ad5ae.tar.gz
uscxml-a17466eefe7576a2c56b8a46ff03e359c04ad5ae.tar.bz2
addendum to issue84 fix for swig
Diffstat (limited to 'src/uscxml/interpreter')
-rw-r--r--src/uscxml/interpreter/FastMicroStep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uscxml/interpreter/FastMicroStep.h b/src/uscxml/interpreter/FastMicroStep.h
index b2477ee..a3cdf9c 100644
--- a/src/uscxml/interpreter/FastMicroStep.h
+++ b/src/uscxml/interpreter/FastMicroStep.h
@@ -23,6 +23,7 @@
//#define USCXML_VERBOSE 1
#include "uscxml/config.h"
+#include "uscxml/Common.h"
#include "uscxml/util/DOM.h" // X
#include <vector>