diff options
author | Stefan Radomski <github@mintwerk.de> | 2016-06-13 14:06:17 (GMT) |
---|---|---|
committer | Stefan Radomski <github@mintwerk.de> | 2016-06-13 14:06:17 (GMT) |
commit | a17466eefe7576a2c56b8a46ff03e359c04ad5ae (patch) | |
tree | 6d4a86ad73c1cbe6fed90b83d868692f65a5548c /src/uscxml/interpreter/FastMicroStep.h | |
parent | d6602a2aab1dc00663bd64759f12935283b58076 (diff) | |
download | uscxml-a17466eefe7576a2c56b8a46ff03e359c04ad5ae.zip uscxml-a17466eefe7576a2c56b8a46ff03e359c04ad5ae.tar.gz uscxml-a17466eefe7576a2c56b8a46ff03e359c04ad5ae.tar.bz2 |
addendum to issue84 fix for swig
Diffstat (limited to 'src/uscxml/interpreter/FastMicroStep.h')
-rw-r--r-- | src/uscxml/interpreter/FastMicroStep.h | 1 |
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> |