summaryrefslogtreecommitdiffstats
path: root/src/uscxml/debug/Complexity.cpp
diff options
context:
space:
mode:
authorStefan Radomski <sradomski@mintwerk.de>2016-01-10 02:39:24 (GMT)
committerStefan Radomski <sradomski@mintwerk.de>2016-01-10 02:39:24 (GMT)
commitc699a4057a65a9a09f78310d8e12588f2dc072cd (patch)
tree4525cd9418975a954e9a1c32faa6d5d8821fe499 /src/uscxml/debug/Complexity.cpp
parent9f4d810400550d1b98ab944cd96f937720eb6b0d (diff)
downloaduscxml-c699a4057a65a9a09f78310d8e12588f2dc072cd.zip
uscxml-c699a4057a65a9a09f78310d8e12588f2dc072cd.tar.gz
uscxml-c699a4057a65a9a09f78310d8e12588f2dc072cd.tar.bz2
Builds with MSVC again
Diffstat (limited to 'src/uscxml/debug/Complexity.cpp')
-rw-r--r--src/uscxml/debug/Complexity.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uscxml/debug/Complexity.cpp b/src/uscxml/debug/Complexity.cpp
index 8a7d8db..de01831 100644
--- a/src/uscxml/debug/Complexity.cpp
+++ b/src/uscxml/debug/Complexity.cpp
@@ -20,6 +20,8 @@
#include "Complexity.h"
#include "uscxml/DOMUtils.h"
+#include <boost/algorithm/string.hpp>
+
namespace uscxml {
using namespace Arabica::DOM;